Class: Spree::Pages::Checkout

Inherits:
Spree::Page show all
Defined in:
app/models/spree/pages/checkout.rb

Instance Method Summary collapse

Methods inherited from Spree::Page

#create_preview, #custom?, #customizable?, #default_sections, #display_name, #duplicate, #layout_sections?, #preview_url, #promote, #store, #theme

Methods included from Spree::Previewable

#preview?

Instance Method Details

#icon_nameObject



4
5
6
# File 'app/models/spree/pages/checkout.rb', line 4

def icon_name
  'credit-card'
end