rails console
include Rails.application.routes.url_helpers
default_url_options[:host] = "localhost:3000"
url_for(Group.first, :projects)
Go to list of users who liked
More than 5 years have passed since last update.
rails console
include Rails.application.routes.url_helpers
default_url_options[:host] = "localhost:3000"
url_for(Group.first, :projects)
Register as a new user and use Qiita more conveniently
Go to list of users who liked