special offers backoffice is ready now

This commit is contained in:
Senad Uka
2015-03-18 06:25:40 +01:00
parent 3b95500635
commit 658fe4931d
17 changed files with 208 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
class ReportsController < ApplicationController
def items_to_order
@items = Item.items_to_order
end
end

View File

@@ -0,0 +1,4 @@
class SpecialOffersController < ApplicationController
active_scaffold :"special_offer" do |conf|
end
end