module Gearbox::SemanticAccessors

These are the attributes and associations that the user adds to a model.

Public Class Methods

included(base) click to toggle source
# File lib/gearbox/mixins/semantic_accessors.rb, line 6
def self.included(base)
  base.extend ClassMethods
  base.send :include, InstanceMethods
end