Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR RUBY

devise redirectt after sign up

class RegistrationsController < Devise::RegistrationsController
  protected

  def after_sign_up_path_for(resource)
    '/an/example/path' # Or :prefix_to_your_route
  end
end
 
PREVIOUS NEXT
Tagged: #devise #redirectt #sign
ADD COMMENT
Topic
Name
1+8 =