Sha256: 267934ce2a114bf4647fe4e94707bfaf5abac1c5c9640e4d0a3ce6c143212152
Contents?: true
Size: 201 Bytes
Versions: 1
Compression:
Stored size: 201 Bytes
Contents
module Papercat class ApplicationController < ActionController::Base protect_from_forgery with: :exception def admin render layout: 'papercat/application', inline: '' end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
papercat-0.0.2 | app/controllers/papercat/application_controller.rb |