Fixes #28: Pool reording does not work

This commit is contained in:
albert
2011-09-13 13:28:33 -04:00
parent d29287dffc
commit f63de376b7
4 changed files with 19 additions and 23 deletions

View File

@@ -6,7 +6,4 @@ class PoolOrdersController < ApplicationController
@pool = Pool.find(params[:pool_id])
respond_with(@pool)
end
def update
end
end