diff options
| author | Edouard Maffert | 2016-05-12 17:14:18 +0200 |
|---|---|---|
| committer | Edouard Maffert | 2016-05-12 17:14:18 +0200 |
| commit | 020cf3b06409acae569c23636ee91085fbeb5699 (patch) | |
| tree | a93afd432db99174c8f10c33edb22226cca2c084 /app/assets/javascripts | |
| parent | 972bbcb308d360c5468cd629dc5cdf356d556a2e (diff) | |
| download | chouette-core-020cf3b06409acae569c23636ee91085fbeb5699.tar.bz2 | |
add offer workbench model #827
Diffstat (limited to 'app/assets/javascripts')
| -rw-r--r-- | app/assets/javascripts/offer_workbenches.js.coffee | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/javascripts/offer_workbenches.js.coffee b/app/assets/javascripts/offer_workbenches.js.coffee new file mode 100644 index 000000000..24f83d18b --- /dev/null +++ b/app/assets/javascripts/offer_workbenches.js.coffee @@ -0,0 +1,3 @@ +# Place all the behaviors and hooks related to the matching controller here. +# All this logic will automatically be available in application.js. +# You can use CoffeeScript in this file: http://coffeescript.org/ |
