Skip to content

Instantly share code, notes, and snippets.

@rashfael
rashfael / controller
Last active December 11, 2015 04:38 — forked from anonymous/gist:4546270
module.exports = class ReportController extends Controller
historyURL: 'reports'
index: ->
collection = new Reports()
collection.fetch()
@view = new ReportListView
collection: collection