gonzalo-bulnes/simple_token_authentication

View on GitHub
lib/simple_token_authentication/adapter.rb

Summary

Maintainability
A
0 mins
Test Coverage
module SimpleTokenAuthentication
  module Adapter
    def base_class
      raise NotImplementedError
    end
  end
end