awesome-compose/ruby_on_rails-postgres/config.ru
Lukas Pol 4dafb28976 add sample project in ruby on rails with postgres
Signed-off-by: Lukas Pol <lukaspaespol@gmail.com>
2020-04-20 18:16:44 -03:00

6 lines
130 B
Ruby

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