class SwitchUser::GuestDataSource

Public Instance Methods

all() click to toggle source
# File lib/switch_user/data_source.rb, line 44
def all
  [GuestRecord.new]
end
find_scope_id(scope_id) click to toggle source
# File lib/switch_user/data_source.rb, line 48
def find_scope_id(scope_id); end