class Misty::Auth::ProjectScope

Public Instance Methods

identity() click to toggle source
Calls superclass method Misty::Auth::Domain#identity
# File lib/misty/auth/name.rb, line 41
def identity
  { :project => super }
end