Method: ActionDispatch::Routing::Mapper::Resources::SingletonResource#default_actions
- Defined in:
- actionpack/lib/action_dispatch/routing/mapper.rb
#default_actions ⇒ Object
1040 1041 1042 |
# File 'actionpack/lib/action_dispatch/routing/mapper.rb', line 1040 def default_actions [:show, :create, :update, :destroy, :new, :edit] end |