Sha256: 7b408bc832e456ca27967ea60922ab120b2a86c2c698e71c5b091776b5281ad6

Contents?: true

Size: 192 Bytes

Versions: 5

Compression:

Stored size: 192 Bytes

Contents

module Genkan
  class ApplicationController < ActionController::Base
    include ::Genkan::Authenticatable
    protect_from_forgery with: :exception
    layout "layouts/application"
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

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