Method: Cyclop::Action.inherited

Defined in:
lib/cyclop/action.rb

.inherited(klass) ⇒ Object



4
5
6
# File 'lib/cyclop/action.rb', line 4

def self.inherited(klass)
  @@actions << klass
end