tutorials_controller.rb 157 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 class TutorialsController < ApplicationController rescue_from ActionView::MissingTemplate, with: :not_found def view render params[:name] end end