diff options
| author | mo khan <mo@mokhan.ca> | 2015-02-03 21:30:13 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-02-03 21:30:13 -0700 |
| commit | 2085d8aecbfb095bbf9989a56dd74dc89f1d2a3e (patch) | |
| tree | 45ab2811e6eb29364dfb526e21727735bbd7e11b /app/assets/javascripts/agents.coffee | |
| parent | bab5e66e261774700eb3ad515eb929fc85991a69 (diff) | |
add association from agents to events.
Diffstat (limited to 'app/assets/javascripts/agents.coffee')
| -rw-r--r-- | app/assets/javascripts/agents.coffee | 3 |
1 files changed, 3 insertions, 0 deletions
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/ |
