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