In a Rails Model, I want to be able to find out the host and port. For example, if I am in a test environment it would return http://localhost:3000/ and if I
http://localhost:3000/
Request.host
http://api.rubyonrails.org/classes/ActionController/Request.html#M000712