Flowdock
method

read_other

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: MultiparameterAttribute
read_other() 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/attribute_assignment.rb, line 184
      def read_other
        max_position = extract_max_param
        positions    = (1..max_position)
        validate_required_parameters!(positions)

        values.slice(*positions)
      end
Register or log in to add new notes.