name: "Main Area" display_name: "Main Area" # I'm probably not going to include any of the panels in here. ports { name: "RIGHT" path: "Components/Warps/worldport" orientation: "east" } ports { name: "LEFT" path: "Components/Warps/worldport2" orientation: "east" } />
about summary refs log tree commit diff stats
path: root/config.ru
blob: f7ba0b527b16a6f539991825ecd72c2e9b6e3af0 (plain) (blame)
1
2
3
4
5
# This file is used by Rack-based servers to start the application.

require_relative 'config/environment'

run Rails.application