Class: ActionDispatch::Routing::Mapper::Resources::Resource
- Inherits:
-
Object
- Object
- ActionDispatch::Routing::Mapper::Resources::Resource
- Defined in:
- lib/patch-patch.rb
Instance Method Summary collapse
Instance Method Details
#default_actions ⇒ Object
16 17 18 |
# File 'lib/patch-patch.rb', line 16 def default_actions [:index, :create, :new, :show, :update, :partial_update, :destroy, :edit] end |