From 7c0ae629a2ea0079c8b5efbd4c41b6ca661eae91 Mon Sep 17 00:00:00 2001 From: Alban Peignier Date: Thu, 7 Jun 2012 13:39:35 +0200 Subject: Add support for Exports. Refs #41 --- app/assets/javascripts/exports.js.coffee | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/assets/javascripts/exports.js.coffee (limited to 'app/assets/javascripts') diff --git a/app/assets/javascripts/exports.js.coffee b/app/assets/javascripts/exports.js.coffee new file mode 100644 index 000000000..761567942 --- /dev/null +++ b/app/assets/javascripts/exports.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/ -- cgit v1.2.3