Class: Spree::Variants::VisibleOptionsPresenter
- Inherits:
-
OptionsPresenter
- Object
- OptionsPresenter
- Spree::Variants::VisibleOptionsPresenter
- Defined in:
- app/presenters/spree/variants/visible_options_presenter.rb
Instance Method Summary collapse
-
#to_sentence ⇒ Object
override.
Instance Method Details
#to_sentence ⇒ Object
override
5 6 7 8 9 10 11 |
# File 'app/presenters/spree/variants/visible_options_presenter.rb', line 5 def to_sentence = variant.option_values.reject { |ov| ov.option_type.hidden? } = () = () () end |