module Schema::Associations::Base
Schema::Associations::Base
common class methods between associations
Public Class Methods
included(base)
click to toggle source
# File lib/schema/associations/base.rb, line 7 def self.included(base) base.extend ClassMethods end