module ActionModel::Concern

Public Instance Methods

actions() click to toggle source

Return actions context hash for model instance.

# File lib/actionmodel/concern.rb, line 12
def actions
  self.class.actions
end