Rails.application.routes.draw do root "application#home" get 'apropos', to: 'application#apropos' get 'legal', to: 'application#legal' resources :letters end