Skip to content

Commit

Permalink
Removed more unwanted stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
athityakumar committed Jan 26, 2017
1 parent 324a81e commit 52fbcba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)

module Pipecandy
module GitHubFollowerNotificationApp
class Application < Rails::Application
# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers
Expand All @@ -31,8 +31,5 @@ class Application < Rails::Application

# Do not swallow errors in after_commit/after_rollback callbacks.
config.active_record.raise_in_transactional_callbacks = true

# Change queue_adapter for job to sidekiq
config.active_job.queue_adapter = :sidekiq
end
end

0 comments on commit 52fbcba

Please sign in to comment.