Class: Golden::QueryFormPresenter

Inherits:
SingleFormPresenter show all
Defined in:
lib/golden/objects/query/query_form_presenter.rb

Instance Attribute Summary

Attributes inherited from SingleFormPresenter

#form

Instance Method Summary collapse

Methods inherited from SingleFormPresenter

#assign_form_attributes, #excluded_form_accessors, form_accessors, #initialize, #persisted?

Methods inherited from ApplicationPresenter

#initialize

Constructor Details

This class inherits a constructor from Golden::SingleFormPresenter

Instance Method Details

#query_urlObject

Raises:

  • (NotImplementedError)


7
8
9
# File 'lib/golden/objects/query/query_form_presenter.rb', line 7

def query_url
  raise NotImplementedError
end