Sha256: 96fd3dde5f035fc9ce643746812c651a41ec2a1a1c49192f56ae0caf8c7da521
Contents?: true
Size: 208 Bytes
Versions: 4
Compression:
Stored size: 208 Bytes
Contents
module TokenAuthenticateMe module Api module V1 class BaseController < TokenAuthenticateMe::ApplicationController skip_before_action :verify_authenticity_token end end end end
Version data entries
4 entries across 4 versions & 1 rubygems