comparison config/application.rb @ 214:2335107f35d0

Run rails update
author nanaya <me@nanaya.pro>
date Fri, 11 Dec 2020 03:47:39 +0900
parents 609e96a79ad8
children 1c1f761f2dcc
comparison
equal deleted inserted replaced
213:609e96a79ad8 214:2335107f35d0
22 # you've limited to :test, :development, or :production. 22 # you've limited to :test, :development, or :production.
23 Bundler.require(*Rails.groups) 23 Bundler.require(*Rails.groups)
24 24
25 module Rsstweet 25 module Rsstweet
26 class Application < Rails::Application 26 class Application < Rails::Application
27 # Initialize configuration defaults for originally generated Rails version.
27 config.load_defaults 6.1 28 config.load_defaults 6.1
28 # Settings in config/environments/* take precedence over those specified here. 29 # Settings in config/environments/* take precedence over those specified here.
29 # Application configuration can go into files in config/initializers 30 # Application configuration can go into files in config/initializers
30 # -- all .rb files in that directory are automatically loaded after loading 31 # -- all .rb files in that directory are automatically loaded after loading
31 # the framework and any gems in your application. 32 # the framework and any gems in your application.