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