Class: ContentBlockTools::Presenters::FieldPresenters::TimePeriod::StartPresenter
- Inherits:
-
BasePresenter
- Object
- BasePresenter
- ContentBlockTools::Presenters::FieldPresenters::TimePeriod::StartPresenter
- Defined in:
- lib/content_block_tools/presenters/field_presenters/time_period/start_presenter.rb
Constant Summary
Constants inherited from BasePresenter
Instance Attribute Summary
Attributes inherited from BasePresenter
Instance Method Summary collapse
Methods inherited from BasePresenter
Constructor Details
This class inherits a constructor from ContentBlockTools::Presenters::FieldPresenters::BasePresenter
Instance Method Details
#render ⇒ Object
6 7 8 9 10 11 12 |
# File 'lib/content_block_tools/presenters/field_presenters/time_period/start_presenter.rb', line 6 def render return unless field.present? Presenters::FieldPresenters::TimePeriod::DatePresenter.new( field, ).render end |