Skip to content

Instantly share code, notes, and snippets.

@groman-me
Created August 2, 2011 14:11
Show Gist options
  • Save groman-me/1120261 to your computer and use it in GitHub Desktop.
Save groman-me/1120261 to your computer and use it in GitHub Desktop.
get _path from model
http://stackoverflow.com/questions/341143/can-rails-routing-helpers-i-e-mymodel-pathmodel-be-used-in-models
In Rails 3:
Rails.application.routes.url_helpers
Rails 2
include ActionController::UrlWriter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment