Sha256: a6836c48dc6949d0f5ab9a296aee90068ef5e682dcfa81a30be943a51598cc08
Contents?: true
Size: 190 Bytes
Versions: 15
Compression:
Stored size: 190 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery before_action :set_locale def set_locale I18n.locale = params[:locale] || I18n.default_locale end end
Version data entries
15 entries across 15 versions & 1 rubygems