Sha256: 8e1d45009524d3661afd087f0825fcd72385a05aafc49078fa3251477adc008a
Contents?: true
Size: 287 Bytes
Versions: 3
Compression:
Stored size: 287 Bytes
Contents
class FamilyGallery::BaseController < ActionController::Base layout "family_gallery/application" include FamilyGallery::BaseFamilyGalleryController before_filter :set_locale private def set_locale if session[:locale] I18n.locale = session[:locale] end end end
Version data entries
3 entries across 3 versions & 1 rubygems