lookitsatravis/api_guardian

View on GitHub
lib/api_guardian/stores/role_store.rb

Summary

Maintainability
A
0 mins
Test Coverage
module ApiGuardian
  module Stores
    class RoleStore < Base
      def self.default_role
        Role.default_role
      end
    end
  end
end