method
default_actions
default_actions()
public
Hide source
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 872 def default_actions [:index, :create, :new, :show, :update, :destroy, :edit] end


