Froze rails gems
[depot.git] / vendor / rails / activerecord / test / models / categorization.rb
diff --git a/vendor/rails/activerecord/test/models/categorization.rb b/vendor/rails/activerecord/test/models/categorization.rb
new file mode 100644 (file)
index 0000000..1059432
--- /dev/null
@@ -0,0 +1,5 @@
+class Categorization < ActiveRecord::Base
+  belongs_to :post
+  belongs_to :category
+  belongs_to :author
+end
\ No newline at end of file