mirror of
https://github.com/publiclab/mapknitter.git
synced 2026-01-04 14:40:16 +01:00
6 lines
154 B
Ruby
6 lines
154 B
Ruby
# Load the rails application
|
|
require File.expand_path('../application', __FILE__)
|
|
|
|
# Initialize the rails application
|
|
Mapknitter::Application.initialize!
|