Add basic sell page

Conflicts:
	config/routes.rb
This commit is contained in:
Rohan Mitchell
2016-07-07 14:58:07 +10:00
parent 1054fd2d05
commit 0830a5bd85
5 changed files with 45 additions and 1 deletions

View File

@@ -9,4 +9,8 @@ class HomeController < BaseController
@num_orders = Spree::Order.complete.count
end
end
def sell
end
end