Exception: Adeia::MissingUserModel

Inherits:
Error
  • Object
show all
Defined in:
lib/adeia/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



35
36
37
# File 'lib/adeia/exceptions.rb', line 35

def to_s
  "A model `User` is missing in the app !"
end