app/controllers/unidom/standard/application_controller.rb in unidom-standard-1.3.5 vs app/controllers/unidom/standard/application_controller.rb in unidom-standard-1.3.6

- old
+ new

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