Sha256: 98447b0cef905f8cf89a477e79f69de599a2e404beb597415d7c2e9089e66bcc
Contents?: true
Size: 196 Bytes
Versions: 13
Compression:
Stored size: 196 Bytes
Contents
module ActiveadminSelleoCms class LocalesController < ActiveadminSelleoCms::ApplicationController def change I18n.locale = params[:locale] redirect_to root_url end end end
Version data entries
13 entries across 13 versions & 1 rubygems