Class: ActionDispatch::Routing::Mapper::Resources::WebDAVSingletonResource

Inherits:
SingletonResource
  • Object
show all
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_actionsObject



50
51
52
# File 'lib/railsdav/routing_extensions.rb', line 50

def default_actions
  DEFAULT_ACTIONS
end