public Method

Route.generate(options, hash, expire_on = {})

Write the real generation implementation and then resend the message.

Source Code

# File action_controller/routing/route.rb, line 120
def generate(options, hash, expire_on = {})
  write_generation
  generate options, hash, expire_on
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.