We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4a1f6 commit 7ad9f73Copy full SHA for 7ad9f73
config/routes.rb
@@ -3,7 +3,7 @@
3
Rails.application.routes.default_url_options[:host] = if Rails.env.development?
4
"localhost:3000"
5
elsif Rails.env.staging?
6
- 'www.snippet-safe-staging.herokuapp.com'
+ 'snippet-safe-staging.herokuapp.com'
7
elsif Rails.env.production?
8
'www.snippetsafe.com'
9
end
0 commit comments