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
By default, Rails5's belongs_to now requires the association and creates a validation for its presence automatically. For some reason rails_admin kills this default.
To demonstrate: with a brand new rails 5.0.0.1 app, create a basic belongs_to relation:
By default, Rails5's
belongs_to
now requires the association and creates a validation for its presence automatically. For some reason rails_admin kills this default.To demonstrate: with a brand new rails 5.0.0.1 app, create a basic belongs_to relation:
In the console:
After installing rails_admin gem and running installation generator, the same console commands:
The text was updated successfully, but these errors were encountered: