Class: ActionDispatch::Routing::Mapper::Resources::WebDAVSingletonResource
- Inherits:
-
SingletonResource
- Object
- SingletonResource
- ActionDispatch::Routing::Mapper::Resources::WebDAVSingletonResource
- Defined in:
- lib/railsdav/routing_extensions.rb
Constant Summary collapse
- DEFAULT_ACTIONS =
[:show, :create, :update, :destroy, :new, :edit]
Instance Method Summary collapse
Instance Method Details
#default_actions ⇒ Object
50 51 52 |
# File 'lib/railsdav/routing_extensions.rb', line 50 def default_actions DEFAULT_ACTIONS end |