Remove remaining code for two-column categories page

This commit is contained in:
Neil Lalonde
2014-01-07 18:13:35 -05:00
parent b268ea8363
commit e7975f25b8
16 changed files with 121 additions and 156 deletions

View File

@@ -0,0 +1,9 @@
class RemoveEnableWideCategoryList < ActiveRecord::Migration
def up
execute "DELETE FROM site_settings WHERE name = 'enable_wide_category_list'"
end
def down
# Nothing. Default site setting value will be used.
end
end