Sha256: d7971c07562d9eda2564558e0f144a9ed057cf506792c2ee99bba8d752f69078
Contents?: true
Size: 361 Bytes
Versions: 4
Compression:
Stored size: 361 Bytes
Contents
# Base class for all controllers. # origin: RM class ApplicationController < ActionController::Base include Modularity::Does does 'application_controller/security' does 'application_controller/i18n' does 'application_controller/navigation' does 'application_controller/security_trait/disabled_clearance_accounts' helper :all layout 'screen' end
Version data entries
4 entries across 4 versions & 1 rubygems