This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
c061236cc7
rails--rails
/
activejob
/
test
/
adapters
/
backburner.rb
4 lines
81 B
Ruby
Raw
Normal View
History
Unescape
Escape
applies new string literal convention in activejob/test The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
2016-08-06 12:41:18 -04:00
require
"
support/backburner/inline
"
Adds backburner adapter
2014-05-20 07:03:46 -04:00
normalizes indentation and whitespace across the project
2016-08-06 13:55:02 -04:00
ActiveJob
::
Base
.
queue_adapter
=
:backburner
Copy permalink