class Rootage::Action

‘Action` is an item for phase. This is a really rule, this means items consist by conditions and action, so you can control firing and other conditions.

Public Instance Methods

validate(&b) click to toggle source
# File lib/rootage/action.rb, line 9
def validate(&b)
  self.validator = b
end