Class: InsteddRails::TourController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- InsteddRails::TourController
- Defined in:
- app/controllers/instedd_rails/tour_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
6 7 8 |
# File 'app/controllers/instedd_rails/tour_controller.rb', line 6 def show render (params[:page] ||= 'start') end |
#steps ⇒ Object
10 11 12 |
# File 'app/controllers/instedd_rails/tour_controller.rb', line 10 def steps {} end |