Sha256: 3921f5c72213e74ca735e035d5b1441928c9b5fde11c0f5c26a0027f11fc6a9e
Contents?: true
Size: 299 Bytes
Versions: 3
Compression:
Stored size: 299 Bytes
Contents
class Lato::ApplicationController < ApplicationController layout 'lato_core/admin' before_action :core__cells_initialize before_action :core__manage_superuser_session def index core__set_menu_active_item('sample_page') core__set_header_active_page_title('Sample page') end end
Version data entries
3 entries across 3 versions & 1 rubygems