Add order page for favgroups
This commit is contained in:
9
app/controllers/favorite_group_orders_controller.rb
Normal file
9
app/controllers/favorite_group_orders_controller.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class FavoriteGroupOrdersController < ApplicationController
|
||||
respond_to :html, :xml, :json, :js
|
||||
before_filter :member_only
|
||||
|
||||
def edit
|
||||
@favorite_group = FavoriteGroup.find(params[:favorite_group_id])
|
||||
respond_with(@favorite_group)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user