Class: Search::CouponTextPresenter
- Inherits:
-
CouponPresenter
- Object
- CouponPresenter
- Search::CouponTextPresenter
- Defined in:
- app/presenters/search/coupon_text_presenter.rb
Overview
Plain-text variant of CouponPresenter for CSV/Excel exports.
Instance Method Summary collapse
-
#coupon_link ⇒ String
Coupon code (no link).
Instance Method Details
#coupon_link ⇒ String
Coupon code (no link).
8 9 10 |
# File 'app/presenters/search/coupon_text_presenter.rb', line 8 def coupon_link r.code end |