class ActiveAdmin::AbstractViewFactory

def key_from_method_name(method)

def key_from_method_name(method)
  method.to_s.gsub('=', '').to_sym
end