Class: CommitFilter::ApplicationPresenter
- Defined in:
- app/presenters/commit_filter/application_presenter.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Presenter
Instance Method Summary collapse
Methods inherited from Presenter
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_messages ⇒ Object
2 3 4 |
# File 'app/presenters/commit_filter/application_presenter.rb', line 2 def raise NotImplementedError end |
#form_field(filter, name, options = {}) ⇒ Object
6 7 8 |
# File 'app/presenters/commit_filter/application_presenter.rb', line 6 def form_field(filter, name, = {}) raise NotImplementedError end |