private Method

Verification.apply_redirect_to(redirect_to_option)

There's no documentation for this item.

Source Code

# File action_controller/verification.rb, line 118
def apply_redirect_to(redirect_to_option) # :nodoc:
  redirect_to_option.is_a?(Symbol) ? self.send!(redirect_to_option) : redirect_to_option
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.