From 3371919560ef37fac3f59c95ad4cf2f6a472ef57 Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 3 Feb 2015 22:14:00 -0700 Subject: add endpoint for cloud lookup. --- app/assets/javascripts/files.coffee | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/assets/javascripts/files.coffee (limited to 'app/assets/javascripts') diff --git a/app/assets/javascripts/files.coffee b/app/assets/javascripts/files.coffee new file mode 100644 index 0000000..24f83d1 --- /dev/null +++ b/app/assets/javascripts/files.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.3