You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to load the schema, I encountered this error:
rake aborted!
NoMethodError: undefined method `show_comments_in_menu=' for #<ActiveAdmin::Application:0x007fbcaaa63970>
According to ActiveAdmin, this config has been removed. This repo should update the ActiveAdmin with the new config format or add the version dependencies to the gemfile.
@peteroid - wouldn't the quick fix be to change it to config.comments_menu = false. comments_menu appears to be the new method name, according to the diff in 1-general-configuration.md.
When I tried to load the schema, I encountered this error:
According to ActiveAdmin, this config has been removed. This repo should update the ActiveAdmin with the new config format or add the version dependencies to the gemfile.
For more information, have a look here:
https://github.com/activeadmin/activeadmin/pull/4187/files
Quickfix
comment the line
config.show_comments_in_menu = false
found inactive_admin.rb:124
The text was updated successfully, but these errors were encountered: