test/dummy/app/controllers/application_controller.rb in mail_engine-0.0.1 vs test/dummy/app/controllers/application_controller.rb in mail_engine-0.1.0

- old
+ new

@@ -1,11 +1,3 @@ class ApplicationController < ActionController::Base protect_from_forgery - - # before_filter :set_locale - # - # def set_locale - # if %{zh en}.include?(params[:locale].to_s) - # I18n.locale = params[:locale] - # end - # end end \ No newline at end of file