Flowdock
method

merge_with_conditions

Importance_0
v3.0.9 - Show latest stable - 0 notes - Class: ActiveRecord::Associations::HasOneAssociation
merge_with_conditions(attrs={}) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/associations/has_one_association.rb, line 136
        def merge_with_conditions(attrs={})
          attrs ||= {}
          attrs.update(@reflection.options[:conditions]) if @reflection.options[:conditions].is_a?(Hash)
          attrs
        end
Register or log in to add new notes.