Sha256: 4f83a1d64f705728160d5c4c2f0f69fed5e4be74aecec2e150a1b08f0e7ed40d
Contents?: true
Size: 413 Bytes
Versions: 62
Compression:
Stored size: 413 Bytes
Contents
module Optimacms #class ApplicationController < ActionController::Base class ApplicationController < ::ApplicationController 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
62 entries across 62 versions & 1 rubygems