Class Liftoff::LeftHasOne
In: vendor/plugins/liftoff/lib/associations.rb
Parent: Association

Methods

new  

Public Class methods

[Source]

    # File vendor/plugins/liftoff/lib/associations.rb, line 36
36:   def initialize(from, to)
37:     super(from, to)
38:     @from_mapping = "has_one :" + to
39:     @to_mapping = "belongs_to :" + from
40:   end

[Validate]