Spec-Zone.ru › Ruby on Rails 4.1

модуль ActiveRecord::AttributeMethods::Write

Константы

WriterMethodCache

Открытые методы экземпляров

raw_write_attribute(attr_name, value) Показать исходный код
# File activerecord/lib/active_record/attribute_methods/write.rb, line 61
def raw_write_attribute(attr_name, value)
  write_attribute_with_type_cast(attr_name, value, :raw_type_cast_attribute_for_write)
end
write_attribute(attr_name, value) Показать исходный код

Обновляет атрибут, идентифицируемый attr_name заданным value. Пустые строки для столбцов fixnum и float преобразуются в nil.

# File activerecord/lib/active_record/attribute_methods/write.rb, line 57
def write_attribute(attr_name, value)
  write_attribute_with_type_cast(attr_name, value, :type_cast_attribute_for_write)
end

© 2004–2016 David Heinemeier Hansson
Licensed under the MIT License.

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API