Removed unnecessary code

This commit is contained in:
saurabhbhatia 2013-12-04 17:13:02 +08:00
parent 7f4d4ae93f
commit 53a51cc796
1 changed files with 0 additions and 4 deletions

View File

@ -72,10 +72,6 @@ class Admin::SitesController < OrbitBackendController
def responsive_setting
@module = ModuleApp.where(:key => "announcement").first
# @categories=[]
# @module.categories.each do |c|
# @categories << c
# end
end