Sha256: ca046c5ffe7802d334e04449ed57bf9b62277e7f48cbf9813187d0c632382b2a

Contents?: true

Size: 184 Bytes

Versions: 11

Compression:

Stored size: 184 Bytes

Contents

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

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
unidom-shopping-2.0 app/controllers/unidom/shopping/application_controller.rb
unidom-shopping-1.7.8 app/controllers/unidom/shopping/application_controller.rb
unidom-shopping-1.7.7 app/controllers/unidom/shopping/application_controller.rb
unidom-shopping-1.7.6 app/controllers/unidom/shopping/application_controller.rb
unidom-shopping-1.7.5 app/controllers/unidom/shopping/application_controller.rb
unidom-shopping-1.7.4 app/controllers/unidom/shopping/application_controller.rb
unidom-shopping-1.7.3 app/controllers/unidom/shopping/application_controller.rb
unidom-shopping-1.7.2 app/controllers/unidom/shopping/application_controller.rb
unidom-shopping-1.7.1 app/controllers/unidom/shopping/application_controller.rb
unidom-shopping-1.7 app/controllers/unidom/shopping/application_controller.rb
unidom-shopping-1.6.5 app/controllers/unidom/shopping/application_controller.rb