We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rails_admin.dashboard_path ... rails_admin.index_path('module~class_name') rails_admin.new_path('module~class_name') ... rails_admin.show_path(model_name: 'blog~post', id: post.id) rails_admin.edit_path(model_name: 'blog~post', id: post.id) ...
Namespaced models must use a '~' between modules and class name.
main_app.article_path(my_article) # from a config block: bindings[:view].main_app.article_path(my_article)
There was an error while loading. Please reload this page.