Sha256: 38098bd67585b729136588bac5d1bfa72335fa48129f2c8982caf1eccac6cd88
Contents?: true
Size: 241 Bytes
Versions: 11
Compression:
Stored size: 241 Bytes
Contents
module Usman class ApplicationController < Kuppayam::BaseController include Usman::AuthenticationHelper before_action :current_user def set_default_title set_title("Usman - User Management System") end end end
Version data entries
11 entries across 11 versions & 1 rubygems