Class: BusListsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- BusListsController
- Defined in:
- app/controllers/bus_lists_controller.rb
Instance Method Summary collapse
- #logged_in ⇒ Object
-
#show ⇒ Object
GET /bus_list.
Instance Method Details
#logged_in ⇒ Object
10 11 12 |
# File 'app/controllers/bus_lists_controller.rb', line 10 def logged_in authenticate_user! end |
#show ⇒ Object
GET /bus_list
15 16 |
# File 'app/controllers/bus_lists_controller.rb', line 15 def show end |