Flowdock
method

attribute_came_from_user?

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: ActiveRecord::AttributeMethods::BeforeTypeCast
attribute_came_from_user?(attribute_name) 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_methods/before_type_cast.rb, line 71
        def attribute_came_from_user?(attribute_name)
          @attributes[attribute_name].came_from_user?
        end
Register or log in to add new notes.