diff options
author | Joe Sak <joe@joesak.com> | 2011-04-22 15:05:55 -0500 |
---|---|---|
committer | Joe Sak <joe@joesak.com> | 2011-04-22 15:05:55 -0500 |
commit | fe3bb08fcf7455bf446734e380e68bfc410886c3 (patch) | |
tree | 7928c3a13ed728accf8a50bbce0614d047ac25b2 /app/models | |
parent | b0d7a687b7dcf2bc70fe83b8b4b191f8861d3c0f (diff) | |
download | refinerycms-blog-fe3bb08fcf7455bf446734e380e68bfc410886c3.tar.gz refinerycms-blog-fe3bb08fcf7455bf446734e380e68bfc410886c3.tar.bz2 refinerycms-blog-fe3bb08fcf7455bf446734e380e68bfc410886c3.zip |
tests were failing all over the place
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/categorization.rb | 2 |
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 |