From 7edc07cb016bebb9b6c06e105f88f595d5ad00c3 Mon Sep 17 00:00:00 2001 From: hukl Date: Thu, 29 Jan 2009 22:30:00 +0100 Subject: added generation of unique names based on the position on the tree after adding a node as a children of another node --- config/environment.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/environment.rb b/config/environment.rb index c53ab90..aad0815 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -38,4 +38,6 @@ Rails::Initializer.run do |config| # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}')] # config.i18n.default_locale = :de -end \ No newline at end of file +end + +require 'awesome_patch' \ No newline at end of file -- cgit v1.3