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 have a class Category that has many subcategories that has many subcategories_datasets through datasets.
The class datasetis the only Active Model one, while the others inherit from Active Record.
When I do category.subcategories or subcategory.category I get a ArgumentError.
Rails 5 has made some validations changes to the Active Model, and some methods now have a different number of arguments. Can you please check this? Thanks
The text was updated successfully, but these errors were encountered:
I have a class
Category
that has manysubcategories
that has manysubcategories_datasets
throughdatasets
.The class
dataset
is the only Active Model one, while the others inherit from Active Record.When I do
category.subcategories
orsubcategory.category
I get a ArgumentError.Rails 5 has made some validations changes to the Active Model, and some methods now have a different number of arguments. Can you please check this? Thanks
The text was updated successfully, but these errors were encountered: