class ActiveAdmin::Views::Pages::Form
def normalized_action
def normalized_action case params[:action] when "create" "new" when "update" "edit" else params[:action] end end
def normalized_action case params[:action] when "create" "new" when "update" "edit" else params[:action] end end