Sha256: e930c7d4fa9be7fdf38695324e67d368afc89d0ce278347b60e63820b7d373c3

Contents?: true

Size: 182 Bytes

Versions: 21

Compression:

Stored size: 182 Bytes

Contents

##
# Application controller 是模块内所有控制器的基类。

class Unidom::Action::ApplicationController < ActionController::Base
  protect_from_forgery with: :exception
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
unidom-action-1.16.2 app/controllers/unidom/action/application_controller.rb