Exception: Enygma::Configuration::TooManyTables

Inherits:
StandardError
  • Object
show all
Defined in:
lib/enygma/configuration.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



21
22
23
# File 'lib/enygma/configuration.rb', line 21

def message
  "A class including Enygma::Resource can only search on one table."
end