Class: BusListsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/bus_lists_controller.rb

Instance Method Summary collapse

Instance Method Details

#logged_inObject



10
11
12
# File 'app/controllers/bus_lists_controller.rb', line 10

def logged_in
  authenticate_user!
end

#showObject

GET /bus_list



15
16
# File 'app/controllers/bus_lists_controller.rb', line 15

def show
end