From 32b1ab88cbd74bf2147731cc0c7e6c8db95fc540 Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Sat, 29 Mar 2014 16:48:54 +0100 Subject: added basic scaffold for pois --- app/assets/javascripts/pois.js.coffee | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/assets/javascripts/pois.js.coffee (limited to 'app/assets/javascripts') diff --git a/app/assets/javascripts/pois.js.coffee b/app/assets/javascripts/pois.js.coffee new file mode 100644 index 0000000..24f83d1 --- /dev/null +++ b/app/assets/javascripts/pois.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/ -- cgit v1.2.1