public Method

Route.recognize(path, environment={})

Write the real recognition implementation and then resend the message.

Source Code

# File action_controller/routing/route.rb, line 165
def recognize(path, environment={})
  write_recognition
  recognize path, environment
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.