Exception: Current::OrganizationAlreadyAssignedError

Inherits:
RuntimeError
  • Object
show all
Defined in:
app/models/current.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



12
13
14
# File 'app/models/current.rb', line 12

def message
  'Current.organization has already been set in the current thread and should not be set again.'
end