Flowdock
method

add_default_action

Importance_0
v2.3.8 - Show latest stable - 0 notes - Class: ActionController::Resources::Resource
add_default_action(collection, method, action) protected

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/resources.rb, line 173
        def add_default_action(collection, method, action)
          (collection[method] ||= []).unshift(action)
        end
Register or log in to add new notes.