Skip to content

Commit 12864a0

Browse files
committed
Removed hotels from quickstart
1 parent d2fe811 commit 12864a0

File tree

3 files changed

+0
-382
lines changed

3 files changed

+0
-382
lines changed

app/controllers/api/v1/hotels_controller.rb

Lines changed: 0 additions & 229 deletions
This file was deleted.

app/models/hotel.rb

Lines changed: 0 additions & 137 deletions
This file was deleted.

config/routes.rb

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,6 @@
2626
post 'routes/:id', to: 'routes#create'
2727
put 'routes/:id', to: 'routes#update'
2828
delete 'routes/:id', to: 'routes#destroy'
29-
30-
# Hotel
31-
# get 'hotels/list', to: 'hotels#index'
32-
# get 'hotels/:id', to: 'hotels#show'
33-
# post 'hotels/:id', to: 'hotels#create'
34-
# put 'hotels/:id', to: 'hotels#update'
35-
# delete 'hotels/:id', to: 'hotels#destroy'
36-
# get 'hotels/find_by_id', to: 'hotels#find_hotel_by_id'
37-
# get 'hotels/find_by_name', to: 'hotels#find_hotel_by_name'
38-
# get 'hotels/active_hotels', to: 'hotels#active_hotels'
39-
# get 'hotels/find_by_name_and_price', to: 'hotels#find_hotels_by_name_and_price'
40-
# get 'hotels/find_by_email_domain', to: 'hotels#find_hotels_by_email_domain'
41-
# get '/hotels/create_and_update', to: 'hotels#create_and_update'
42-
43-
# n1ql
44-
get '/hotels/find_by_name_n1ql', to: 'hotels#find_hotels_by_name_n1ql'
4529
end
4630
end
4731
end

0 commit comments

Comments
 (0)