个人主页
This commit is contained in:
parent
c84b7c9809
commit
3654a3d590
|
@ -40,7 +40,7 @@ class WatchersController < ApplicationController
|
||||||
watchables = s.unwatch params.merge(:current_user_id => User.current.id)
|
watchables = s.unwatch params.merge(:current_user_id => User.current.id)
|
||||||
respond_to do |format|
|
respond_to do |format|
|
||||||
format.html { redirect_to_referer_or {render :text => (false ? 'Watcher added.' : 'Watcher removed.'), :layout => true}}
|
format.html { redirect_to_referer_or {render :text => (false ? 'Watcher added.' : 'Watcher removed.'), :layout => true}}
|
||||||
format.js { render :partial => 'set_watcher', :locals => {:user => User.current, :watched => watchables,:params=>params,:opt=>'add'} }
|
format.js { render :partial => 'set_watcher', :locals => {:user => User.current, :watched => watchables,:params=>params,:opt=>'delete'} }
|
||||||
end
|
end
|
||||||
rescue Exception => e
|
rescue Exception => e
|
||||||
if e.message == "404"
|
if e.message == "404"
|
||||||
|
|
Loading…
Reference in New Issue