class ActiveAdmin::ControllerAction

def http_verb

def http_verb
  @options[:method] ||= :get
end