Sha256: c5f3e89730e735fea9f34520dd4e614f1a110589bc898a31b4c2b053a3914e05

Contents?: true

Size: 122 Bytes

Versions: 1

Compression:

Stored size: 122 Bytes

Contents

module JwtAuth
  class ApplicationController < ActionController::Base
    protect_from_forgery with: :exception
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jwt_auth_dummy-0.0.1 app/controllers/jwt_auth/application_controller.rb