aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorJoe Sak <joe@joesak.com>2011-04-22 15:05:55 -0500
committerJoe Sak <joe@joesak.com>2011-04-22 15:05:55 -0500
commitfe3bb08fcf7455bf446734e380e68bfc410886c3 (patch)
tree7928c3a13ed728accf8a50bbce0614d047ac25b2 /app
parentb0d7a687b7dcf2bc70fe83b8b4b191f8861d3c0f (diff)
downloadrefinerycms-blog-fe3bb08fcf7455bf446734e380e68bfc410886c3.tar.gz
refinerycms-blog-fe3bb08fcf7455bf446734e380e68bfc410886c3.tar.bz2
refinerycms-blog-fe3bb08fcf7455bf446734e380e68bfc410886c3.zip
tests were failing all over the place
Diffstat (limited to 'app')
-rw-r--r--app/models/categorization.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/categorization.rb b/app/models/categorization.rb
index 20821d4..1735ea9 100644
--- a/app/models/categorization.rb
+++ b/app/models/categorization.rb
@@ -4,6 +4,4 @@ class Categorization < ActiveRecord::Base
belongs_to :blog_post
belongs_to :blog_category
- has_friendly_id :title, :use_slug => true
-
end \ No newline at end of file