Skip to content

Instantly share code, notes, and snippets.

@aconfee
Created February 19, 2017 03:14
Show Gist options
  • Save aconfee/899ce7e7a4c720d634159fe844ea396b to your computer and use it in GitHub Desktop.
Save aconfee/899ce7e7a4c720d634159fe844ea396b to your computer and use it in GitHub Desktop.
/myapp/config.ru
# This file is used by Rack-based servers to start the application.
require_relative 'config/environment'
run Rails.application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment