app/controllers/unidom/geo/application_controller.rb in unidom-geo-1.4.4 vs app/controllers/unidom/geo/application_controller.rb in unidom-geo-1.4.5

- old
+ new

@@ -1,2 +1,5 @@ +## +# Application controller 是模块内所有控制器的基类。 + class Unidom::Geo::ApplicationController < ActionController::Base protect_from_forgery with: :exception end