Skip to content

Instantly share code, notes, and snippets.

@trevorturk
Created December 13, 2010 18:44
Show Gist options
  • Save trevorturk/739390 to your computer and use it in GitHub Desktop.
Save trevorturk/739390 to your computer and use it in GitHub Desktop.
class Post < ActiveRecord::Base
def link_to_show_people_or_something
host = Rails.application.config.action_mailer.default_url_options[:host]
posts_url(:host => host)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment