instance method
clear
Ruby on Rails 3.2.22.5
Since v3.1.12Signature
clear()
Clear the messages
Source
# File activemodel/lib/active_model/errors.rb, line 95
def clear
messages.clear
end
Defined in activemodel/lib/active_model/errors.rb line 95
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveModel::Errors