Class: SwitchUser::GuestDataSource

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

Instance Method Summary collapse

Instance Method Details

#allObject



42
43
44
# File 'lib/switch_user/data_source.rb', line 42

def all
  [ GuestRecord.new ]
end

#find_scope_id(scope_id) ⇒ Object



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

def find_scope_id(scope_id)
end