Class: SimpleTokenAuthentication::Adapters::RailsAPIAdapter
- Inherits:
-
Object
- Object
- SimpleTokenAuthentication::Adapters::RailsAPIAdapter
- Extended by:
- SimpleTokenAuthentication::Adapter
- Defined in:
- lib/simple_token_authentication/adapters/rails_api_adapter.rb
Class Method Summary collapse
Methods included from SimpleTokenAuthentication::Adapter
Class Method Details
.base_class ⇒ Object
9 10 11 |
# File 'lib/simple_token_authentication/adapters/rails_api_adapter.rb', line 9 def self.base_class ::ActionController::API end |