Sha256: 3ae3ec9f87e2d6cb672f4c6acfbca6834cbe58d954aff9834a5efcb94a964904
Contents?: true
Size: 304 Bytes
Versions: 7
Compression:
Stored size: 304 Bytes
Contents
module LatoCore class Back::BackController < ApplicationController # Specific helpers import to fix not found functions bug helper LatoCore::ApplicationHelper layout 'lato_core/admin' before_action :core__cells_initialize before_action :core__manage_superuser_session end end
Version data entries
7 entries across 7 versions & 1 rubygems