code9ty/website

View on GitHub
config.ru

Summary

Maintainability
Test Coverage
# This file is used by Rack-based servers to start the application.
require_relative 'config/environment'

run Rails.application
Launchy.open("http://localhost:3000") if Rails.env.development?