Skip to content

Commit 8809eff

Browse files
authored
Update README with file path examples.
1 parent a783d77 commit 8809eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Add the Lambdakiq gem to your `Gemfile`.
3030
gem 'lambdakiq'
3131
```
3232

33-
Open `config/initializers/production.rb` and set Lambdakiq as your ActiveJob queue adapter.
33+
Open `config/environments/production.rb` and set Lambdakiq as your ActiveJob queue adapter.
3434

3535
```ruby
3636
config.active_job.queue_adapter = :lambdakiq
@@ -45,7 +45,7 @@ class ApplicationJob < ActiveJob::Base
4545
end
4646
```
4747

48-
Using ActionMailer's built-in deliver job with ActiveJob? Make sure to include the Lambdakiq worker and set the queue name depending on your Rails version.
48+
Using ActionMailer's built-in deliver job with ActiveJob? Make sure to include the Lambdakiq worker and set the queue name depending on your Rails version. You can do this in a newly created `config/initializers//action_mailer.rb` or another initializer of your choice.
4949

5050
```ruby
5151
# Rails 5.x

0 commit comments

Comments
 (0)