#!/usr/bin/env ruby

# Start Rails server with defaults
exec "bin/rails", "server", *ARGV
