I am using friendly_id
in my rails 4 application with slug
. Now I am using active_admin gem.
Problem:
When I click on show link from active admin for Group
resource, It is throwing the following exception:
ActiveRecord::RecordNotFound at /admin/groups/username20-s-group-1
I guess, I need to override some of the active_admin
default functions?
config/intializers/active_admin.rb
. Worked for me when I added it there.Friendly_id - 5.1
– Commorant