You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this should be irrelevant now that we have automatic associations (#1633). If someone is having still this issue, please let us know and we can reopen.
Say we've got some models like
While Rails is ok about it, administrate needs
class_name
to beOneModule::AnotherModel
instead of justAnotherModel
to work properly.Guess the related methods is
associated_class_name
infield/associative
.The text was updated successfully, but these errors were encountered: