Removed unnecessary code
This commit is contained in:
parent
7f4d4ae93f
commit
53a51cc796
|
@ -72,10 +72,6 @@ class Admin::SitesController < OrbitBackendController
|
||||||
|
|
||||||
def responsive_setting
|
def responsive_setting
|
||||||
@module = ModuleApp.where(:key => "announcement").first
|
@module = ModuleApp.where(:key => "announcement").first
|
||||||
# @categories=[]
|
|
||||||
# @module.categories.each do |c|
|
|
||||||
# @categories << c
|
|
||||||
# end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue