Class: SwitchUser::GuestDataSource

Inherits:
Object
  • Object
show all
Defined in:
lib/switch_user/data_source.rb

Instance Method Summary collapse

Instance Method Details

#allObject



44
45
46
# File 'lib/switch_user/data_source.rb', line 44

def all
  [GuestRecord.new]
end

#find_scope_id(scope_id) ⇒ Object



48
# File 'lib/switch_user/data_source.rb', line 48

def find_scope_id(scope_id); end