Method: Manage::BusListsController#new
- Defined in:
- app/controllers/manage/bus_lists_controller.rb
#new ⇒ Object
15 16 17 18 |
# File 'app/controllers/manage/bus_lists_controller.rb', line 15 def new @bus_list = BusList.new respond_with(:manage, @bus_list) end |