Sha256: b84ce40caafad577e950627cdb33d3ae3eb59e6303972f3aef87ffe1cb8666a4
Contents?: true
Size: 193 Bytes
Versions: 19
Compression:
Stored size: 193 Bytes
Contents
class PagesController < ApplicationController skip_before_action :verify_authenticity_token def show render file: "#{Rails.root}/public/#{params[:page]}.html", layout: false end end
Version data entries
19 entries across 19 versions & 1 rubygems