Class: ActionDispatch::Routing::Mapper::Resources::Resource

Inherits:
Object
  • Object
show all
Defined in:
lib/patch-patch.rb

Instance Method Summary collapse

Instance Method Details

#default_actionsObject



16
17
18
# File 'lib/patch-patch.rb', line 16

def default_actions
  [:index, :create, :new, :show, :update, :partial_update, :destroy, :edit]
end