method

from_user

rails latest stable - Class: ActiveModel::Attribute
from_user(name, value_before_type_cast, type, original_attribute = nil)
public

No documentation available.

# File activemodel/lib/active_model/attribute.rb, line 12
      def from_user(name, value_before_type_cast, type, original_attribute = nil)
        FromUser.new(name, value_before_type_cast, type, original_attribute)
      end