Sha256: 49ad9f9e92c446c63983f39f4d3a1204be606f1cc3862f0d9d35995df78c1186

Contents?: true

Size: 131 Bytes

Versions: 5

Compression:

Stored size: 131 Bytes

Contents

class ApplicationController < ActionController::Base
  include Genkan::Authenticatable
  protect_from_forgery with: :exception
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
genkan-0.2.3 spec/dummy/app/controllers/application_controller.rb
genkan-0.2.2 spec/dummy/app/controllers/application_controller.rb
genkan-0.2.1 spec/dummy/app/controllers/application_controller.rb
genkan-0.2.0 spec/dummy/app/controllers/application_controller.rb
genkan-0.1.0 spec/dummy/app/controllers/application_controller.rb