Skip to content

Commit 2958d92

Browse files
author
Piotr Kuczynski
committed
Remove unneeded part of documentation
1 parent 0f179b1 commit 2958d92

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -45,26 +45,7 @@ which will generate customizable config file `config/initializers/config.rb` and
4545
config/settings/test.yml
4646

4747
You can now edit them to adjust to your needs.
48-
49-
If you want to use Settings before rails application initialization process you can load Config railtie manually:
50-
51-
```ruby
52-
module Appname
53-
class Application < Rails::Application
54-
55-
Bundler.require(*Rails.groups)
56-
Config::Integrations::Rails::Railtie.preload
57-
58-
# ...
59-
60-
config.time_zone = Settings.time_zone
61-
62-
# ...
63-
64-
end
65-
end
66-
```
67-
48+
a
6849
### Installing on Padrino
6950

7051
Add the gem to your `Gemfile` and run `bundle install` to install it. Then edit `app.rb` and register `Config`

0 commit comments

Comments
 (0)