Sha256: 77e98a1edbd28f5de0036ed63c72d2906cee3854e9358699957bb515c3589c8f
Contents?: true
Size: 433 Bytes
Versions: 9
Compression:
Stored size: 433 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
9 entries across 9 versions & 1 rubygems