tutorials_controller.rb 96 Bytes
class TutorialsController < ApplicationController
  def view
    render params[:name]
  end
end