我已经让仪表板和一些资源正常工作了,但是现在当我运行例如rails生成器时,我得到了:.../.rvm/gems/-0.5.0/lib/active_admin/base_controller/menu.rb:2:in `<module:ActiveAdmin>'
from .../.rvm/gems
我正在创建一个由Formtastic使用的帮助器,但是我得到了undefined local variable or method错误。我不知道该把它放在哪里才能正常工作。我已经在application_helper.rb和app/helpers/active_admin/view_helpers.rb中尝试过了
I want to apply select2 js with activeadmin using activeadmin_addons gem on has_may through associationsdescription #f.input :wires, :input_html => { :class => "chosen-input" } # other model with has_manycollection_wire_f.input :wire