Sha256: 40fac35f6dca56b2d0eb485c25c7ee918f55a22351f619e826bab76213b2ef33
Contents?: true
Size: 216 Bytes
Versions: 11
Compression:
Stored size: 216 Bytes
Contents
class TestController < ActionController::API include ActionController::HttpAuthentication::Token::ControllerMethods include ApiUserAuth::Controller def index render json: { ok: 200 }, status: 200 end end
Version data entries
11 entries across 11 versions & 1 rubygems