Exception: KonoUtils::BaseSearch::UndefinedSearchModelScope

Inherits:
StandardError
  • Object
show all
Defined in:
lib/kono_utils/base_search.rb

Instance Method Summary collapse

Constructor Details

#initialize(model) ⇒ UndefinedSearchModelScope

Returns a new instance of UndefinedSearchModelScope.



15
16
17
# File 'lib/kono_utils/base_search.rb', line 15

def initialize(model)
  super("La classe #{model.name} non ha definito lo scope search")
end