HasOne without association routes shouldn't create link
Created by: bekicot
- What were you trying to do?
Showing
HasOne
association
in Index page. Whereassociation
doesn't have the corresponding path. e.g:User
has_oneProfile
. Butprofile
doesn't have an admin page. - What did you end up with (logs, or, even better, example apps are great!)?
It raises undefined method error like
Undefined method admin_profile_path
- What versions are you running?
- Rails 6.0
- Administrate 12.0
I'd like to make a fix on this. If no one has.
Labels:
bug
, fields