Class: Fire::NestedModel::QueryingNotSupportedError

Inherits:
FireModelError
  • Object
show all
Defined in:
lib/model/nested/base.rb

Instance Method Summary collapse

Constructor Details

#initializeQueryingNotSupportedError

Returns a new instance of QueryingNotSupportedError.



143
144
145
# File 'lib/model/nested/base.rb', line 143

def initialize
  super("Nested Models do not support querying")
end