Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonne Haß <me@mrzyx.de>2013-01-29 20:15:51 +0400
committerJonne Haß <me@mrzyx.de>2013-04-21 21:44:09 +0400
commit322f4da4d87a970bcef38199cd2809d868acb570 (patch)
tree19d3d4037355c9daec9e34b19cb8601b795b0999 /config/environment.rb
parent6bcac2a7ada389ed3f72d989af4aeca41d385dd6 (diff)
Embed associated photos into the status message xml
Diffstat (limited to 'config/environment.rb')
-rw-r--r--config/environment.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/environment.rb b/config/environment.rb
index ad18fc67e..4731a494a 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -38,3 +38,7 @@ module Devise
end
end
end
+
+
+# Ensure Builder is loaded
+require 'active_support/builder' unless defined?(Builder)