diff options
| author | mo k <m@mokhan.ca> | 2011-12-15 22:33:25 -0700 |
|---|---|---|
| committer | mo k <m@mokhan.ca> | 2011-12-15 22:33:25 -0700 |
| commit | 3a6723b904bb36eb2407017343e322527d93632d (patch) | |
| tree | 8327834d074930d751b43db22d123f1f818b4349 /app/assets/javascripts | |
| parent | 761042293dbfe18d34e1670db012ebf5369a9bec (diff) | |
add additional photo upload to creation edit view.
Diffstat (limited to 'app/assets/javascripts')
| -rw-r--r-- | app/assets/javascripts/photos.js.coffee | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/javascripts/photos.js.coffee b/app/assets/javascripts/photos.js.coffee new file mode 100644 index 00000000..76156794 --- /dev/null +++ b/app/assets/javascripts/photos.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://jashkenas.github.com/coffee-script/ |
