activeadmin_polymorphic
activeadmin_polymorphic copied to clipboard
Results
2
activeadmin_polymorphic issues
Sort by
recently updated
recently updated
newest added
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...
Doesn't work with formtastic < 3.0 (possibly 3.1)