|
@@ -9,7 +9,7 @@ class ApplicationController < ActionController::Base
|
|
|
end
|
|
end
|
|
|
|
|
|
|
|
before_filter :set_pos_config
|
|
before_filter :set_pos_config
|
|
|
- # around_filter :user_time_zone, :if => :set_pos_config
|
|
|
|
|
|
|
+ around_filter :user_time_zone, if: :set_pos_config
|
|
|
|
|
|
|
|
protect_from_forgery with: :exception
|
|
protect_from_forgery with: :exception
|
|
|
|
|
|