class Adeia::MissingUserModel

Public Instance Methods

to_s() click to toggle source
# File lib/adeia/exceptions.rb, line 35
def to_s
  "A model `User` is missing in the app !"
end