Sha256: 5b45dd4c874cff3469d1c942c4c0c341798429c3fb76f8e7523336f1d189259e
Contents?: true
Size: 205 Bytes
Versions: 28
Compression:
Stored size: 205 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery before_filter :pull_out_locale def pull_out_locale I18n.locale = params[:locale] if params[:locale].present? end end
Version data entries
28 entries across 28 versions & 3 rubygems