module Schema::Associations::HasOne

Schema::Associations::HasOne is used to create a nested schema object

Public Class Methods

included(base) click to toggle source
# File lib/schema/associations/has_one.rb, line 7
def self.included(base)
  base.extend ClassMethods
end