Module: SmartProperties::ModuleMethods

Defined in:
lib/smart_properties.rb

Instance Method Summary collapse

Instance Method Details

#included(target) ⇒ Object



95
96
97
98
# File 'lib/smart_properties.rb', line 95

def included(target)
  super
  target.include(SmartProperties)
end