Config setting
Showing
| ... | ... | @@ -33,6 +33,7 @@ gem "mechanize" |
| gem "rubysl-open-uri" | ||
| gem "whenever", require: false | ||
| gem "activerecord-import" | ||
| gem "config" | ||
| group :development, :test do | ||
| # Call "byebug" anywhere in the code to stop execution and get a debugger console | ||
| ... | ... |
config/initializers/config.rb
0 → 100644
config/settings.yml
0 → 100644
config/settings/development.yml
0 → 100644
config/settings/production.yml
0 → 100644
config/settings/test.yml
0 → 100644
Please
register
or
sign in
to comment