Ricardo Castañeda

Results 2 issues of Ricardo Castañeda

…e active admin page has the 'belongs_to' statement. I needed to implement this change in order to get a reference of the parent resource within a proc passed to the...

Hi, I have an application with the models Section and Element with polymorphic associations to Paragraph and Image. ``` class Section < ActiveRecord::Base has_many :elements end ``` ``` class Element...