Class: InsteddRails::TourController

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

Instance Method Summary collapse

Instance Method Details

#showObject



6
7
8
# File 'app/controllers/instedd_rails/tour_controller.rb', line 6

def show
  render (params[:page] ||= 'start')
end

#stepsObject



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

def steps
  {}
end