weavejester / compojure

A concise routing library for Ring/Clojure
Eclipse Public License 1.0
4.09k stars 256 forks source link

Ensure that vectors are not treated as functions #129

Closed immoh closed 9 years ago

immoh commented 9 years ago

As discussed in #127, this improves error message when returning vector from route.

weavejester commented 9 years ago

Could you add a test for this?

immoh commented 9 years ago

Test added.