Sha256: 295fc8d86ce9e93e649a61932a480a36fa17c5544f0000c63eaf4daaea28b9a7
Contents?: true
Size: 270 Bytes
Versions: 29
Compression:
Stored size: 270 Bytes
Contents
class StaticMethodSystemSpecController < ApplicationController before_filter :set_locale def set_locale I18n.locale = params[:locale] if params[:locale] end def allows_helper_access # nothing here end def localization # nothing here end end
Version data entries
29 entries across 29 versions & 1 rubygems