Exception: OrmAdapter::NotSupportedError

Inherits:
NotImplementedError
  • Object
show all
Defined in:
lib/orm_adapter/base.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



123
124
125
# File 'lib/orm_adapter/base.rb', line 123

def to_s
  "method not supported by this orm adapter"
end