reorganized ui for tag subscriptions

This commit is contained in:
albert
2013-02-18 15:17:14 -05:00
parent afb5d3138f
commit 60029628b9
4 changed files with 18 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ class TagSubscriptionsController < ApplicationController
def create
@tag_subscription = TagSubscription.create(params[:tag_subscription])
respond_with(@tag_subscription)
respond_with(@tag_subscription, :location => tag_subscriptions_path)
end
def update