aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/core.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activemodel/lib/active_model/core.rb')
-rw-r--r--activemodel/lib/active_model/core.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/activemodel/lib/active_model/core.rb b/activemodel/lib/active_model/core.rb
new file mode 100644
index 0000000000..47b968e121
--- /dev/null
+++ b/activemodel/lib/active_model/core.rb
@@ -0,0 +1,7 @@
+# This file is required by each major ActiveModel component for the core requirements. This allows you to
+# load individual pieces of ActiveModel as needed.
+$LOAD_PATH << File.join(File.dirname(__FILE__), '..', '..', '..', 'activesupport', 'lib')
+
+# premature optimization?
+# So far, we only need the string inflections and not the rest of ActiveSupport.
+require 'active_support/inflector' \ No newline at end of file