method
default_actions

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