bulk update req api

This commit is contained in:
Toks
2014-06-17 02:38:37 -04:00
parent 15d4c90688
commit ec4e7d39ac

View File

@@ -1,5 +1,5 @@
class BulkUpdateRequestsController < ApplicationController
respond_to :html
respond_to :html, :xml, :json
before_filter :member_only
before_filter :admin_only, :only => [:update]