diff options
| author | Alban Peignier | 2012-04-16 14:56:38 +0200 |
|---|---|---|
| committer | Alban Peignier | 2012-04-16 14:56:38 +0200 |
| commit | cda5d74c245e03c194996a3cfe5221785474d12b (patch) | |
| tree | f43323e16d0d60c54e645db1ae1c63e1b4f611b1 /app/assets/javascripts/help.js.coffee | |
| parent | a3b6f1c459e409023a1ef531e4f6f8084731a8f9 (diff) | |
| download | chouette-core-cda5d74c245e03c194996a3cfe5221785474d12b.tar.bz2 | |
Manage help texts with a dedicated HelpController. Refs #12
Diffstat (limited to 'app/assets/javascripts/help.js.coffee')
| -rw-r--r-- | app/assets/javascripts/help.js.coffee | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/javascripts/help.js.coffee b/app/assets/javascripts/help.js.coffee new file mode 100644 index 000000000..761567942 --- /dev/null +++ b/app/assets/javascripts/help.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://jashkenas.github.com/coffee-script/ |
