method
changes_include?
v4.2.1 -
Show latest stable
- Class:
ActiveModel::Dirty
changes_include?(attr_name)private
No documentation available.
# File activemodel/lib/active_model/dirty.rb, line 191
def changes_include?(attr_name)
attributes_changed_by_setter.include?(attr_name)
end