Method: Allowance::ActiveRecordExtensions.included

Defined in:
lib/allowance/activerecord_ext.rb

.included(base) ⇒ Object



3
4
5
# File 'lib/allowance/activerecord_ext.rb', line 3

def self.included(base)
  base.extend ClassMethods
end