From 3d0c0c6c95f8ed35c3fea79cfe93ec6e74f726ec Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Sat, 30 Mar 2013 14:38:12 -0300 Subject: Improve changelog entry for ActiveModel::Errors#full_messages_for [ci skip] Add a working example of how to use this new method. --- activemodel/lib/active_model/errors.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activemodel/lib') diff --git a/activemodel/lib/active_model/errors.rb b/activemodel/lib/active_model/errors.rb index 485eb1a40a..b60458b3c6 100644 --- a/activemodel/lib/active_model/errors.rb +++ b/activemodel/lib/active_model/errors.rb @@ -12,7 +12,6 @@ module ActiveModel # A minimal implementation could be: # # class Person - # # # Required dependency for ActiveModel::Errors # extend ActiveModel::Naming # @@ -40,7 +39,6 @@ module ActiveModel # def Person.lookup_ancestors # [self] # end - # # end # # The last three methods are required in your object for Errors to be -- cgit v1.2.3