Sha256: d89f5ae23dd99c1e88154bbb20c2604ff4d1f612fb450df54403a0069f948aa0

Contents?: true

Size: 185 Bytes

Versions: 5

Compression:

Stored size: 185 Bytes

Contents

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
repres-bootstrap-2.0 app/controllers/repres/bootstrap/application_controller.rb
repres-bootstrap-1.11 app/controllers/repres/bootstrap/application_controller.rb
repres-bootstrap-1.10.2 app/controllers/repres/bootstrap/application_controller.rb
repres-bootstrap-1.10.1 app/controllers/repres/bootstrap/application_controller.rb
repres-bootstrap-1.10 app/controllers/repres/bootstrap/application_controller.rb