Skip to content

Commit

Permalink
Close #607
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Philippov committed Feb 5, 2012
1 parent ad12215 commit 98573ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/rubrics/index.html.erb
Expand Up @@ -2,7 +2,9 @@
<% # UI LIBRARIES %>
<%= javascript_include_tag "livepipe/livepipe.js",
"livepipe/window.js",
"livepipe/tabs.js" %>
"livepipe/tabs.js" ,
"effects.js",
"dragdrop.js" %>

<script type="text/javascript">
//<![CDATA[
Expand Down
1 change: 1 addition & 0 deletions config/routes.rb
Expand Up @@ -48,6 +48,7 @@

collection do
get 'update_positions'
post 'update_positions'
get 'csv_upload'
get 'yml_upload'
get 'download_csv'
Expand Down

0 comments on commit 98573ea

Please sign in to comment.