Sha256: 2d1885adbaffa2af13ce103406d203759c7e86b067da7fb0f04ee285dd8acf58
Contents?: true
Size: 220 Bytes
Versions: 1
Compression:
Stored size: 220 Bytes
Contents
module InsteddRails class TourController < ApplicationController layout 'tour' helper_method :steps def show render (params[:page].to_s ||= 'start') end def steps {} end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
instedd-rails-0.0.26 | app/controllers/instedd_rails/tour_controller.rb |