]> git.openstreetmap.org Git - rails.git/blob - config.ru
Fix the font weight on the about page title, and use lead styling for the lede
[rails.git] / config.ru
1 # This file is used by Rack-based servers to start the application.
2
3 require_relative "config/environment"
4
5 run Rails.application
6 Rails.application.load_server