added delivery costs to total / added ribica logo just for fun / added validation check when confirming delivery
This commit is contained in:
4
back-office/app/controllers/places_controller.rb
Normal file
4
back-office/app/controllers/places_controller.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class PlacesController < ApplicationController
|
||||
active_scaffold :"place" do |conf|
|
||||
end
|
||||
end
|
||||
2
back-office/app/helpers/places_helper.rb
Normal file
2
back-office/app/helpers/places_helper.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
module PlacesHelper
|
||||
end
|
||||
2
back-office/app/models/place.rb
Normal file
2
back-office/app/models/place.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
class Place < ActiveRecord::Base
|
||||
end
|
||||
Reference in New Issue
Block a user