Sha256: da6d0bff9facbe296a67a224756b0f1f64ac2eabc10a18ea0aaccca2d535cfcb
Contents?: true
Size: 235 Bytes
Versions: 15
Compression:
Stored size: 235 Bytes
Contents
require_dependency "avo/application_controller" module Avo class PrivateController < ApplicationController before_action :authenticate_developer_or_admin! def design @page_title = "Design [Private]" end end end
Version data entries
15 entries across 15 versions & 1 rubygems