We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f179b1 commit 2958d92Copy full SHA for 2958d92
1 file changed
README.md
@@ -45,26 +45,7 @@ which will generate customizable config file `config/initializers/config.rb` and
45
config/settings/test.yml
46
47
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
+a
68
### Installing on Padrino
69
70
Add the gem to your `Gemfile` and run `bundle install` to install it. Then edit `app.rb` and register `Config`
0 commit comments