Sha256: 0913b604b7c6480e6bdfec4be9c00b91ad91b1b58d8f67f8120558e2599b69ed

Contents?: true

Size: 215 Bytes

Versions: 21

Compression:

Stored size: 215 Bytes

Contents

module InsteddRails
  class TourController < ApplicationController
    layout 'tour'
    helper_method :steps

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

    def steps
      {}
    end

  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
instedd-rails-0.0.25 app/controllers/instedd_rails/tour_controller.rb
instedd-rails-0.0.24 app/controllers/instedd_rails/tour_controller.rb
instedd-rails-0.0.23 app/controllers/instedd_rails/tour_controller.rb
instedd-rails-0.0.22 app/controllers/instedd_rails/tour_controller.rb
instedd-rails-0.0.21 app/controllers/instedd_rails/tour_controller.rb
instedd-rails-0.0.18 app/controllers/instedd_rails/tour_controller.rb
instedd-rails-0.0.17 app/controllers/instedd_rails/tour_controller.rb
instedd-rails-0.0.16 app/controllers/instedd_rails/tour_controller.rb
instedd-rails-0.0.15 app/controllers/instedd_rails/tour_controller.rb
instedd-rails-0.0.14 app/controllers/instedd_rails/tour_controller.rb
instedd-rails-0.0.13 app/controllers/instedd_rails/tour_controller.rb
instedd-rails-0.0.12 app/controllers/instedd_rails/tour_controller.rb
instedd-rails-0.0.11 app/controllers/instedd_rails/tour_controller.rb
instedd-rails-0.0.10 app/controllers/instedd_rails/tour_controller.rb
instedd-rails-0.0.9 app/controllers/instedd_rails/tour_controller.rb
instedd-rails-0.0.6 app/controllers/instedd_rails/tour_controller.rb
instedd-rails-0.0.5 app/controllers/instedd_rails/tour_controller.rb
instedd-rails-0.0.4 app/controllers/instedd_rails/tour_controller.rb
instedd-rails-0.0.3 app/controllers/instedd_rails/tour_controller.rb
instedd-rails-0.0.2 app/controllers/instedd_rails/tour_controller.rb