about summary refs log tree commit diff stats
path: root/config/application.rb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2022-12-10 12:32:44 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2022-12-10 12:32:44 -0500
commit230ab3079fd4e16ebaa593f6cc5fdbcbad3c2321 (patch)
treeb61b7d4c706de43361da73cce0d2a2a006a89b18 /config/application.rb
parentdc7253d0b71f25c2e9a4547d414fa18390b74fbf (diff)
downloadthoughts-230ab3079fd4e16ebaa593f6cc5fdbcbad3c2321.tar.gz
thoughts-230ab3079fd4e16ebaa593f6cc5fdbcbad3c2321.tar.bz2
thoughts-230ab3079fd4e16ebaa593f6cc5fdbcbad3c2321.zip
Installed LINGO scoreboard
Diffstat (limited to 'config/application.rb')
-rw-r--r--config/application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/application.rb b/config/application.rb index f909eaa..e855cbf 100644 --- a/config/application.rb +++ b/config/application.rb
@@ -9,7 +9,7 @@ Bundler.require(*Rails.groups)
9module Thoughts 9module Thoughts
10 class Application < Rails::Application 10 class Application < Rails::Application
11 # Initialize configuration defaults for originally generated Rails version. 11 # Initialize configuration defaults for originally generated Rails version.
12 config.load_defaults 5.1 12 config.load_defaults Rails::VERSION::STRING.to_f
13 13
14 # Settings in config/environments/* take precedence over those specified here. 14 # Settings in config/environments/* take precedence over those specified here.
15 # Application configuration should go into files in config/initializers 15 # Application configuration should go into files in config/initializers