aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/refinery/categorization.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/refinery/categorization.rb')
-rw-r--r--app/models/refinery/categorization.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/models/refinery/categorization.rb b/app/models/refinery/categorization.rb
new file mode 100644
index 0000000..c4feaec
--- /dev/null
+++ b/app/models/refinery/categorization.rb
@@ -0,0 +1,9 @@
+module Refinery
+ class Categorization < ActiveRecord::Base
+
+ set_table_name 'refinery_blog_categories_blog_posts'
+ belongs_to :blog_post
+ belongs_to :blog_category
+
+ end
+end \ No newline at end of file