Posts by jfranca • 31 points
2 posts
-
0
votes2
answers144
viewsA: has_many through association [RAILS 3.2]
I was able to solve only by explicitly in the models the attr_accessible referencing the other model, I believe that this is a limitation due to the version we are using.
-
3
votes2
answers144
viewsQ: has_many through association [RAILS 3.2]
I’m having trouble with an association has_many, through on a project I’m working on. In case I need to model a relation that adds the attribute order to relation table. To try to model the…