Class: Spree::ContentController
Instance Method Summary
collapse
#account_link, #api_tokens, #cart_link, #ensure_cart
Instance Method Details
#cvv ⇒ Object
8
9
10
|
# File 'app/controllers/spree/content_controller.rb', line 8
def cvv
render layout: false
end
|
#fire_visited_path ⇒ Object
12
13
14
|
# File 'app/controllers/spree/content_controller.rb', line 12
def fire_visited_path
Spree::PromotionHandler::Page.new(current_order, params[:action]).activate
end
|
#test ⇒ Object
6
|
# File 'app/controllers/spree/content_controller.rb', line 6
def test; end
|