Skip to content

Commit da8722b

Browse files
committed
its rubydocs gdammit
1 parent 7ed671a commit da8722b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Bundler.require(*Rails.groups)
88

9-
module RailsBump
9+
module RubyDocs
1010
class Application < Rails::Application
1111
config.load_defaults 7.0
1212
config.revision = `git rev-parse --short HEAD 2> /dev/null`.chomp.presence ||

config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
# Use a real queuing backend for Active Job (and separate queues per environment).
7373
# config.active_job.queue_adapter = :resque
74-
# config.active_job.queue_name_prefix = "railsbump_production"
74+
# config.active_job.queue_name_prefix = "rubydocs_production"
7575

7676
config.action_mailer.perform_caching = false
7777

0 commit comments

Comments
 (0)