diff options
| author | hukl <hukl@berlin.ccc.de> | 2009-01-29 22:30:00 +0100 |
|---|---|---|
| committer | hukl <hukl@berlin.ccc.de> | 2009-01-29 22:30:00 +0100 |
| commit | 7edc07cb016bebb9b6c06e105f88f595d5ad00c3 (patch) | |
| tree | 4bb6e9ef4eb3d7f5ddb877d20bd2286e440f07c4 /config | |
| parent | be47a4bbeac59d85af16b5e83e10ff242628519d (diff) | |
added generation of unique names based on the position on the tree after adding a node as a children of another node
Diffstat (limited to 'config')
| -rw-r--r-- | config/environment.rb | 4 |
1 files changed, 3 insertions, 1 deletions
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| | |||
| 38 | # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. | 38 | # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. |
| 39 | # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}')] | 39 | # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}')] |
| 40 | # config.i18n.default_locale = :de | 40 | # config.i18n.default_locale = :de |
| 41 | end \ No newline at end of file | 41 | end |
| 42 | |||
| 43 | require 'awesome_patch' \ No newline at end of file | ||
