aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-08-02 18:07:20 +0200
committerXavier Noria <fxn@hashref.com>2012-08-02 21:59:22 +0200
commit1a7b2e8fadc34a70ad891b3b111a06e384fd3c6d (patch)
tree6631dcdaf05187635883cb78b4b1b1d5f273699e /activemodel
parent7a7ec74c1c32667e93f4bcd11d227d6134b0fa59 (diff)
downloadrails-1a7b2e8fadc34a70ad891b3b111a06e384fd3c6d.tar.gz
rails-1a7b2e8fadc34a70ad891b3b111a06e384fd3c6d.tar.bz2
rails-1a7b2e8fadc34a70ad891b3b111a06e384fd3c6d.zip
defines a private require-hub active_support/rails
This is a private place to put those AS features that are used by every component. Nowadays we cherry-pick individual files wherever they are used, but that it is not worth the effort for stuff that is going to be loaded for sure sooner or later, like blank?, autoload, concern, etc.
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/lib/active_model.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activemodel/lib/active_model.rb b/activemodel/lib/active_model.rb
index f6bacf5ec0..ec2d734647 100644
--- a/activemodel/lib/active_model.rb
+++ b/activemodel/lib/active_model.rb
@@ -22,6 +22,7 @@
#++
require 'active_support'
+require 'active_support/rails'
require 'active_model/version'
module ActiveModel