Class: SpreeCmCommissioner::ProductCompletionSteps::SocialEntryUrl
- Inherits:
-
SpreeCmCommissioner::ProductCompletionStep
- Object
- Spree::Base
- Base
- SpreeCmCommissioner::ProductCompletionStep
- SpreeCmCommissioner::ProductCompletionSteps::SocialEntryUrl
- Defined in:
- app/models/spree_cm_commissioner/product_completion_steps/social_entry_url.rb
Instance Method Summary collapse
Methods inherited from SpreeCmCommissioner::ProductCompletionStep
Instance Method Details
#action_url_for(_line_item) ⇒ Object
override
8 9 10 |
# File 'app/models/spree_cm_commissioner/product_completion_steps/social_entry_url.rb', line 8 def action_url_for(_line_item) preferred_entry_point_link.presence end |
#completed?(_line_item) ⇒ Boolean
12 13 14 |
# File 'app/models/spree_cm_commissioner/product_completion_steps/social_entry_url.rb', line 12 def completed?(_line_item) false end |