From 2085d8aecbfb095bbf9989a56dd74dc89f1d2a3e Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 3 Feb 2015 21:30:13 -0700 Subject: add association from agents to events. --- app/assets/javascripts/agents.coffee | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/assets/javascripts/agents.coffee (limited to 'app/assets/javascripts/agents.coffee') diff --git a/app/assets/javascripts/agents.coffee b/app/assets/javascripts/agents.coffee new file mode 100644 index 0000000..24f83d1 --- /dev/null +++ b/app/assets/javascripts/agents.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