the config option for disabling admin comments in menu is working on v1.0.0.pre2 but crushing on master
would be great to have a deprecation message with alternatives.
ActiveAdmin.setup do |config|
config.show_comments_in_menu = false
end
鉂わ笍 Thanks a lot guys/girls for active admin! - has saved me a lot of time
i also run into this issue
For anyone wondering, it has been changed for
ActiveAdmin.setup do |config|
config.comments_menu = false
end
See #4187
We have change log entry for that
Most helpful comment
For anyone wondering, it has been changed for
See #4187