Sha256: bf24362f5d9108313e8771428ba297230e391de4bd44fce720b93700c1a3fca1
Contents?: true
Size: 219 Bytes
Versions: 7
Compression:
Stored size: 219 Bytes
Contents
module LatoCore # ApplicationController class ApplicationController < ActionController::Base protect_from_forgery with: :exception def index redirect_to lato_core.dashboard_path end end end
Version data entries
7 entries across 7 versions & 1 rubygems