Make section table view work request and event based

This commit is contained in:
2013-03-10 12:48:03 +01:00
parent cc13797f5a
commit 5eac918255
11 changed files with 164 additions and 38 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ class UserController < ApplicationController
end
# POST /user/create_list {table_id: 1234}
#DEPRICATED
#DEPRICATED, see order_selected_products, this one now handles list creation as well
def create_list
render nothing: true and return unless current_user.present?
@table = Table.find(params[:table_id])