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