Skip to content

Instantly share code, notes, and snippets.

@ppworks
Created November 21, 2013 02:37
Show Gist options
  • Save ppworks/7575209 to your computer and use it in GitHub Desktop.
Save ppworks/7575209 to your computer and use it in GitHub Desktop.
rails consoleでurl_for試す ref: http://qiita.com/ppworks/items/a1f567c60b991be8c57d
rails console
include Rails.application.routes.url_helpers
default_url_options[:host] = "localhost:3000"
url_for(Group.first, :projects)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment