Sha256: 7bff856416dc394b9aaaf57b03416b6f245c506185f4f022058ddabbb1e258da

Contents?: true

Size: 181 Bytes

Versions: 4

Compression:

Stored size: 181 Bytes

Contents

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

class Repres::React::ApplicationController < ActionController::Base
  protect_from_forgery with: :exception
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
repres-react-2.0 app/controllers/repres/react/application_controller.rb
repres-react-1.4.1 app/controllers/repres/react/application_controller.rb
repres-react-1.4 app/controllers/repres/react/application_controller.rb
repres-react-1.3.1 app/controllers/repres/react/application_controller.rb