aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activemodel/lib/active_model/base.rb')
-rw-r--r--activemodel/lib/active_model/base.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/activemodel/lib/active_model/base.rb b/activemodel/lib/active_model/base.rb
new file mode 100644
index 0000000000..1141156da4
--- /dev/null
+++ b/activemodel/lib/active_model/base.rb
@@ -0,0 +1,4 @@
+module ActiveModel
+ class Base
+ end
+end \ No newline at end of file