module Patriarch

TODO remove this require File.expand_path('../generators/patriarch/behaviour_generator',__FILE__)

Mother class of all the Patriarch::__behaviour__::AuthorizationService We use singleton pattern here

Constants

RedisInstruction
VERSION

Public Class Methods

undo(str) click to toggle source
# File lib/patriarch.rb, line 41
def self.undo(str)
  undo = "undo_" 
  undo << str
  undo 
end