Sha256: 77a4777cd618b6b9903c3903a072b1ef8e6dc9ea875ff7d85e15e9a82fea063a
Contents?: true
Size: 394 Bytes
Versions: 7
Compression:
Stored size: 394 Bytes
Contents
module LatoCore class Doc::DocController < ApplicationController layout 'lato_core/admin' before_action :core__cells_initialize before_action :core__manage_superuser_session before_action do core__set_menu_active_item('core_documentation') core__set_header_active_page_title(LANGUAGES[:lato_core][:pages][:documentation]) end def index; end end end
Version data entries
7 entries across 7 versions & 1 rubygems