On 19 April 2013 07:00, karan verma <karan.verm...@gmail.com> wrote:
> Hi
>
> I am building a Rails application which aims at facilitating two users to
> collaborate on a web page based on their user id. The user matching process
> is a controlled one since the app is for research purposes. To support the
> same I am also building an admin interface which will allow the admin to
> match two users so that both of them are redirected to a certain webpage.
>
> How can I force the user browsers to redirect to a common page, that I
> selected?

You could save the redirect requirement in a table in the database,
with an appropriate relationship with the user, then use a before
filter in the controller to check whether a redirect is required and
do it.

Colin

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to