module LogicalModel::Attributes

Public Class Methods

included(base) click to toggle source

TODO replace this module with ActvieAttr ?

# File lib/logical_model/attributes.rb, line 4
def self.included(base)
  base.send(:include, InstanceMethods)
  base.send(:extend, ClassMethods)
end