Class: Spree::DownloadsController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/spree/downloads_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



3
4
5
6
# File 'app/controllers/spree/downloads_controller.rb', line 3

def index
  @download_categories = Spree::DownloadCategory.all
  @printers = Spree::Product.where(:is_printer => true)
end