DEBSOURCES
Skip Quicknav
sources / ruby-protected-attributes / 1.0.8-2 / lib / active_record / mass_assignment_security / reflection.rb
123456789
module ActiveRecord module Reflection class AssociationReflection def build_association(*options, &block) klass.new(*options, &block) end end end end