Skip to content
This repository has been archived by the owner on Jul 31, 2018. It is now read-only.

Commit

Permalink
add comment on language for view
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Bleuse committed Sep 14, 2012
1 parent 4e956ae commit b37411c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/request_controller.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ action 'access', ->

# PUT /request/:req_name
action 'definition', ->
# no need to precise language because it's javascript
db.get "_design/cozy-request", (err, res) ->
if err && err.error is 'not_found'
design_doc = {}
Expand Down

0 comments on commit b37411c

Please sign in to comment.