method

from_user

rails latest stable - Class: ActiveRecord::Attribute

Method deprecated or moved

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

from_user(name, value, type, original_attribute = nil)
public

No documentation available.

# File activerecord/lib/active_record/attribute.rb, line 8
      def from_user(name, value, type, original_attribute = nil)
        FromUser.new(name, value, type, original_attribute)
      end