Sha256: 21dbf972ecbd55f8dd9bcb57a8cb6c4e913c6344f64678acd3cf8cfebe265fb8
Contents?: true
Size: 472 Bytes
Versions: 30
Compression:
Stored size: 472 Bytes
Contents
module Dhatu class ApplicationController < Kuppayam::BaseController include Usman::AuthenticationHelper layout 'kuppayam/admin' before_action :current_user before_action :require_user before_action :require_site_admin helper_method :breadcrumb_home_path private def set_default_title set_title("Dhatu - CMS for your website") end def breadcrumb_home_path dhatu.dashboard_path end end end
Version data entries
30 entries across 30 versions & 1 rubygems