Class: CommitFilter::ApplicationPresenter

Inherits:
Presenter
  • Object
show all
Defined in:
app/presenters/commit_filter/application_presenter.rb

Instance Attribute Summary

Attributes inherited from Presenter

#view

Instance Method Summary collapse

Methods inherited from Presenter

#initialize

Constructor Details

This class inherits a constructor from CommitFilter::Presenter

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class CommitFilter::Presenter

Instance Method Details

#flash_messagesObject

Raises:

  • (NotImplementedError)


2
3
4
# File 'app/presenters/commit_filter/application_presenter.rb', line 2

def flash_messages
  raise NotImplementedError
end

#form_field(filter, name, options = {}) ⇒ Object

Raises:

  • (NotImplementedError)


6
7
8
# File 'app/presenters/commit_filter/application_presenter.rb', line 6

def form_field(filter, name, options = {})
  raise NotImplementedError
end