Class: Spree::Variants::VisableOptionsPresenter
- Inherits:
-
OptionsPresenter
- Object
- OptionsPresenter
- Spree::Variants::VisableOptionsPresenter
- Defined in:
- app/presenters/spree/variants/visable_options_presenter.rb
Instance Method Summary collapse
-
#to_sentence ⇒ Object
override.
Instance Method Details
#to_sentence ⇒ Object
override
7 8 9 10 11 12 13 |
# File 'app/presenters/spree/variants/visable_options_presenter.rb', line 7 def to_sentence = visible_option_values = () = () () end |