-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reflect_on_association issue #419
Comments
@Taoshi are ssrs and ssr_groups Her models? |
yes they extended from
|
is there a big fix you need to do, can you provide some info on how to fix this? |
Hi there I haven't investigate this yet, for which apologies. But Her doesn't use ActiveRecord associations, so reflecting on them would mean more code for sure. I would start by looking at the way the associations are defined. Ed Sent from my phone: please forgive the brevity. Ed Jones
|
I have got issue with
nested forms
inside ActiveAdminWhen i try to do in my activeadmin SeatGroups file
f.has_many :ssrs do |ssr| ... end
i have gotreflect_on_association
for my class.has_many :ssrs
belongs_to :ssr_group
The text was updated successfully, but these errors were encountered: