Sha256: c664b3e87e6977457a3e2369071d94a5b99b4d4910cfce5b5533b00fa0a96bb6
Contents?: true
Size: 248 Bytes
Versions: 2
Compression:
Stored size: 248 Bytes
Contents
module Api module V1 class BaseController < ActionController::API include ActionController::HttpAuthentication::Token::ControllerMethods include Usman::ApiHelper before_action :require_auth_token end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
usman-0.2.3 | app/controllers/api/v1/base_controller.rb |
usman-0.2.2 | app/controllers/api/v1/base_controller.rb |