method
with_value_from_user
v4.2.1 -
Show latest stable
- Class:
ActiveRecord::Attribute
with_value_from_user(value)public
No documentation available.
# File activerecord/lib/active_record/attribute.rb, line 57
def with_value_from_user(value)
self.class.from_user(name, value, type)
end