Class: DownloadsController

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

Instance Method Summary collapse

Instance Method Details

#indexObject



7
8
9
10
11
# File 'app/controllers/downloads_controller.rb', line 7

def index
  # you can use meta fields from your model instead (e.g. browser_title)
  # by swapping @page for @download in the line below:
  present(@page)
end