aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/model.rb
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2011-12-28 18:44:15 +0000
committerJon Leighton <j@jonathanleighton.com>2011-12-28 18:44:15 +0000
commit88d2af5be4cf3a7821f4b46ca1bef44b29a32c60 (patch)
tree9d365623149f05d9214e5bc4e4b6617e75e9e9df /activerecord/lib/active_record/model.rb
parent9bae926ff254ae202308af949109e110aec7c3b9 (diff)
downloadrails-88d2af5be4cf3a7821f4b46ca1bef44b29a32c60.tar.gz
rails-88d2af5be4cf3a7821f4b46ca1bef44b29a32c60.tar.bz2
rails-88d2af5be4cf3a7821f4b46ca1bef44b29a32c60.zip
Delete some stray lines
Diffstat (limited to 'activerecord/lib/active_record/model.rb')
-rw-r--r--activerecord/lib/active_record/model.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/model.rb b/activerecord/lib/active_record/model.rb
index bace39a27d..86de5ab2fa 100644
--- a/activerecord/lib/active_record/model.rb
+++ b/activerecord/lib/active_record/model.rb
@@ -1,5 +1,4 @@
require 'active_support/deprecation'
-require 'active_support/concern'
module ActiveRecord
# <tt>ActiveRecord::Model</tt> can be included into a class to add Active Record persistence.