refactoring
This commit is contained in:
12
app/controllers/pool_orders_controller.rb
Normal file
12
app/controllers/pool_orders_controller.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
class PoolOrdersController < ApplicationController
|
||||
respond_to :html, :xml, :json, :js
|
||||
before_filter :member_only
|
||||
|
||||
def edit
|
||||
@pool = Pool.find(params[:pool_id])
|
||||
respond_with(@pool)
|
||||
end
|
||||
|
||||
def update
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user