class Fire::NestedModel::QueryingNotSupportedError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/model/nested/base.rb, line 143
def initialize
  super("Nested Models do not support querying")
end