We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ActiveAdmin.register Artist do belongs_to :genre, :optional => true index do column :name, :sortable => :name end end
If I visit /genres/1/artists and click on the Name column you get redirected to /artists?order=name_asc
/genres/1/artists
Name
/artists?order=name_asc
The text was updated successfully, but these errors were encountered:
Fixed on master.
Sorry, something went wrong.
No branches or pull requests
If I visit
/genres/1/artists
and click on theName
column you get redirected to/artists?order=name_asc
The text was updated successfully, but these errors were encountered: