Same way you'd display the form any other place I'd imagine...

<%= form_for(User.new, :as => :user, :url => registration_path(:user)) do |f| %>
  <%= devise_error_messages! %>
  form fields here...
  <%= f.submit "Sign up" %>
<% end %>


-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/M9XgyCg_Z8AJ.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to