Skip to content

Instantly share code, notes, and snippets.

@swlkr
Created September 28, 2017 04:56
Show Gist options
  • Select an option

  • Save swlkr/efa30f3fe110c563066847e17920870f to your computer and use it in GitHub Desktop.

Select an option

Save swlkr/efa30f3fe110c563066847e17920870f to your computer and use it in GitHub Desktop.
(ns your-app.core
(require [trail.core :as trail]
[your-app.controllers.items :as items]))
[your-app.controllers.tags :as tags]))
(def routes
(-> (trail/resource :items)
(trail/resource :tags)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment