method

interpolate_sql_options!

rails latest stable - Class: ActiveRecord::Associations::AssociationProxy

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.1.0) is shown here.

interpolate_sql_options!(options, *keys)
protected

No documentation available.

# File activerecord/lib/active_record/associations/association_proxy.rb, line 134
        def interpolate_sql_options!(options, *keys)
          keys.each { |key| options[key] &&= interpolate_sql(options[key]) }
        end