remove commented-out code

This commit is contained in:
Jason W. May 2014-12-17 08:59:05 -08:00
parent efa872e426
commit 18a00d2dd7

View File

@ -32,8 +32,6 @@ class Category < ActiveRecord::Base
length: { in: 1..50 }
validate :parent_category_validator
# before_validation :ensure_slug
# before_save :ensure_slug
validate :ensure_slug
before_save :apply_permissions
before_save :downcase_email