Skip to content
New issue

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

Gem failing when using with nested activeadmin resources #3

Open
delphist opened this issue Apr 11, 2017 · 0 comments
Open

Gem failing when using with nested activeadmin resources #3

delphist opened this issue Apr 11, 2017 · 0 comments

Comments

@delphist
Copy link

I have a HelpCategory resource:

ActiveAdmin.register HelpCategory, namespace: :admin do
  reorderable

And nested HelpAnswer resource:

ActiveAdmin.register HelpAnswer, namespace: :admin do
  belongs_to :help_category
  reorderable

And when i get into /admin/help_categories/1/help_answers page I getting this error:

undefined method `reorder_admin_help_answer_path'

Simply, it should use reorder_admin_help_category_help_answer_path, but it doesn't

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant