redirect to right object
git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@152 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7master
parent
d54081e452
commit
fca57cf04e
|
@ -17,11 +17,11 @@ class FriendsController < ApplicationController
|
|||
def create
|
||||
@friend = Friend.new(params[:friend])
|
||||
@people = @friend.source
|
||||
@page = @friend.destination
|
||||
@dest = @friend.destination
|
||||
respond_to do |format|
|
||||
if @friend.save
|
||||
flash[:notice] = 'Successfully added the new friend'
|
||||
format.html { redirect_to people_path(@page.title_for_url) }
|
||||
format.html { redirect_to people_path(@dest.page.title_for_url) }
|
||||
else
|
||||
format.html { render :action => "new" }
|
||||
end
|
||||
|
|
Reference in New Issue