We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#<AssociationClass:0x0000000625eee0>
Define method to_label in the association model, eg.:
to_label
def to_label labelize do "My Label #{self.id}" end end
You do not have probably defined route for the association resouce, eg. resources :my_association_resource, concerns: [:resourcable]
resources :my_association_resource, concerns: [:resourcable]
There was an error while loading. Please reload this page.