engine/app/controllers/application_controller.rb
2010-04-24 02:32:36 +02:00

12 lines
189 B
Ruby

class ApplicationController < ActionController::Base
protect_from_forgery
# before_filter :set_locale
#
# protected
#
# def set_locale
# I18n.locale = 'fr'
# end
end