Merge pull request #32 from beatriceo/guy

done demo checklist
This commit is contained in:
Beatrice Olivera
2018-08-31 15:31:57 +01:00
committed by GitHub
9 changed files with 39 additions and 202 deletions

View File

@@ -6,4 +6,8 @@ class ApplicationController < ActionController::Base
def after_sign_in_path_for(resource)
contacts_path
end
def default_url_options
{ host: ENV["HOST"] || "localhost:3000" }
end
end