Class: Spree::Pages::Wishlist
Instance Method Summary
collapse
Methods inherited from Spree::Page
#create_preview, #custom?, #customizable?, #default_sections, #display_name, #duplicate, #icon_name, #layout_sections?, #preview_url, #promote, #store, #theme
#preview?
Instance Method Details
#linkable? ⇒ Boolean
10
11
12
|
# File 'app/models/spree/pages/wishlist.rb', line 10
def linkable?
true
end
|
#page_builder_url ⇒ Object
4
5
6
7
8
|
# File 'app/models/spree/pages/wishlist.rb', line 4
def page_builder_url
return unless page_builder_url_exists?(:account_wishlist_path)
Spree::Core::Engine.routes.url_helpers.account_wishlist_path
end
|