show tags for tag subscriptions in post listing
This commit is contained in:
@@ -30,7 +30,7 @@ class TagSubscriptionsController < ApplicationController
|
||||
@tag_subscription = TagSubscription.find(params[:id])
|
||||
check_privilege(@tag_subscription)
|
||||
@tag_subscription.update_attributes(params[:tag_subscription])
|
||||
respond_with(@tag_subscription)
|
||||
respond_with(@tag_subscription, :location => tag_subscriptions_path)
|
||||
end
|
||||
|
||||
def destroy
|
||||
|
||||
Reference in New Issue
Block a user