From fb42bb5d69aa8c88b7b51d350c4352ed0ee26c9e Mon Sep 17 00:00:00 2001 From: ATimofeev Date: Tue, 23 Apr 2013 14:03:07 +0700 Subject: [PATCH] Includes before extends in model --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a37f0d6..3b2d7a7 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ and [observers](http://api.rubyonrails.org/classes/ActiveRecord/Observer.html) a ```ruby class MyModel < ActiveRecord::Base - # extends ................................................................... # includes .................................................................. + # extends ................................................................... # security (i.e. attr_accessible) ........................................... # relationships ............................................................. # validations ...............................................................