method

construct_scope

construct_scope()
private

No documentation available.

# File activerecord/lib/active_record/associations/has_one_association.rb, line 89
        def construct_scope
          create_scoping = {}
          set_belongs_to_association_for(create_scoping)
          { :create => create_scoping }
        end