Sha256: 24dc169e39af03f1ae62172da21e8b6ad4cb2654fbc36daf41dcd4a7ea279e4a

Contents?: true

Size: 138 Bytes

Versions: 5

Compression:

Stored size: 138 Bytes

Contents

class ApplicationController < ActionController::Base
  include Authenticate
  include HandleInertiaRequests
  include VerifyCsrfToken
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kaze-0.5.0 stubs/inertia-common/app/controllers/application_controller.rb
kaze-0.4.0 stubs/inertia-common/app/controllers/application_controller.rb
kaze-0.3.0 stubs/inertia-common/app/controllers/application_controller.rb
kaze-0.2.0 stubs/default/app/controllers/application_controller.rb
kaze-0.1.0 stubs/default/app/controllers/application_controller.rb