Method: Canable.actions

Defined in:
lib/canable.rb

.actionsObject

Returns hash of actions that have been added.

{:view => :viewable, ...}


28
29
30
# File 'lib/canable.rb', line 28

def self.actions
  @actions
end