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