method
construct_scope
v2.2.1 -
Show latest stable
- Class:
ActiveRecord::Associations::HasOneAssociation
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