Sha256: 88c7918eefb41cc854690429ba6f62e64357c5a655502660891126f91c65b24b
Contents?: true
Size: 356 Bytes
Versions: 6
Compression:
Stored size: 356 Bytes
Contents
module Optimacms class ApplicationController < ActionController::Base protect_from_forgery with: :exception # include FontAwesome::Rails::IconHelper include Optimacms::ApplicationHelper def current_lang return I18n.locale end def not_found raise ActionController::RoutingError.new('Not Found') end end end
Version data entries
6 entries across 6 versions & 1 rubygems