diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-12-07 21:14:52 +0000 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-12-07 21:14:52 +0000 |
| commit | 295dd1906a98913275145c5b9cc403f1e76cfd33 (patch) | |
| tree | f45d7721c9a138b743ada905a12596f050a7473d /rails/test/dummy/config/application.rb | |
| parent | 460edd4191229635e86c0e3781a361126c140ca9 (diff) | |
| parent | a37605e3d7d17e322a9cf2a497768f6fd8b5d0a3 (diff) | |
| download | lingo-295dd1906a98913275145c5b9cc403f1e76cfd33.tar.gz lingo-295dd1906a98913275145c5b9cc403f1e76cfd33.tar.bz2 lingo-295dd1906a98913275145c5b9cc403f1e76cfd33.zip | |
Merge branch 'main' of /srv/git/lingo into main
Diffstat (limited to 'rails/test/dummy/config/application.rb')
| -rw-r--r-- | rails/test/dummy/config/application.rb | 25 |
1 files changed, 0 insertions, 25 deletions
| diff --git a/rails/test/dummy/config/application.rb b/rails/test/dummy/config/application.rb deleted file mode 100644 index ea22a5a..0000000 --- a/rails/test/dummy/config/application.rb +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | require_relative "boot" | ||
| 2 | |||
| 3 | require "rails/all" | ||
| 4 | |||
| 5 | # Require the gems listed in Gemfile, including any gems | ||
| 6 | # you've limited to :test, :development, or :production. | ||
| 7 | Bundler.require(*Rails.groups) | ||
| 8 | require "lingo" | ||
| 9 | |||
| 10 | module Dummy | ||
| 11 | class Application < Rails::Application | ||
| 12 | config.load_defaults Rails::VERSION::STRING.to_f | ||
| 13 | |||
| 14 | # For compatibility with applications that use this config | ||
| 15 | config.action_controller.include_all_helpers = false | ||
| 16 | |||
| 17 | # Configuration for the application, engines, and railties goes here. | ||
| 18 | # | ||
| 19 | # These settings can be overridden in specific environments using the files | ||
| 20 | # in config/environments, which are processed later. | ||
| 21 | # | ||
| 22 | # config.time_zone = "Central Time (US & Canada)" | ||
| 23 | # config.eager_load_paths << Rails.root.join("extras") | ||
| 24 | end | ||
| 25 | end | ||
