mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
8 lines
194 B
Ruby
8 lines
194 B
Ruby
# Load the rails application
|
|
require File.expand_path('../application', __FILE__)
|
|
Haml::Template.options[:format] = :html5
|
|
# Initialize the rails application
|
|
Diaspora::Application.initialize!
|
|
|
|
|