bookings tab view

This commit is contained in:
Aung Myo
2017-05-31 11:24:12 +06:30
parent c7a4adc7cc
commit 136a52c4ac
559 changed files with 181875 additions and 156 deletions

View File

@@ -1,5 +1,6 @@
class Crm::HomeController < BaseCrmController
def index
@bookings = Booking.all
end
def show
end