アクセス中のURL取得とホスト取得

アクセス中のURL取得

1
request.url #=> "http://localhost:3000/users/index"

アクセス中のホスト

1
request.host #=> "localhost"

Comments