diaspora/config/environment.rb
Michael Fellinger c6f5b4ed16 Basic 1.9.2 port
2010-09-16 14:41:33 +09:00

13 lines
320 B
Ruby

# Copyright (c) 2010, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3. See
# the COPYRIGHT file.
# Load the rails application
require_relative 'application'
Haml::Template.options[:format] = :html5
# Initialize the rails application
Diaspora::Application.initialize!