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