Sha256: affeb4509f1c94cb973298e0887c8d92db55e37bb7e170f6224704cb65d03d2b
Contents?: true
Size: 776 Bytes
Versions: 5
Compression:
Stored size: 776 Bytes
Contents
module Cmor module Core module Backend module HomeController class Base < Administrador::HomeController::Base # class Base < Cmor::Core::Backend::Configuration.home_controller_base_class_name.constantize # include Administrador::Controller::EngineConcern # include Administrador::Controller::ApplicationConcern # layout 'administrador/application' # before_action do # append_view_path ActionView::FileSystemResolver.new( # Administrador::Engine.root.join(*%w(app views)), # "administrador/home_controller/base/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}" # ) # end def index; end end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems