On Jan 6, 2012, at 3:06 PM, hobo_hippy wrote:

> or is that a param i can pass into <%= user_activate_url :id =>
> @user, :key => @key %>
> 
> On Jan 6, 2:50 pm, hobo_hippy <[email protected]> wrote:
>> cool... is that a ruby helper? Or do i have to create a new hobo
>> helper?

The URL helper is the function you're already calling (user_activate_url). 
:protocol is an option that can be passed in:

<%= user_activate_url :id => @user, :key => @key, :protocol => 'https' %>

--Matt Jones

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to