This website works better with JavaScript.
Home
Explore
Help
Sign In
bike
/
BikeBikeBike
Watch
1
Star
0
Fork
0
Code
Issues
4
Pull Requests
Projects
Releases
Wiki
Activity
Bike!Bike! Website!
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
440
Commits
3
Branches
0
Tags
384 MiB
Tree:
a049108229
G0dwin-copy-edits
development
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'a049108229'
${ noResults }
BikeBikeBike
/
config
/
initializers
/
delayed_job_config.rb
2 lines
86 B
Raw
Normal View
History
Fixed error in user_mailer
9 years ago
Delayed
::
Worker
.
logger
=
Logger
.
new
(
File
.
join
(
Rails
.
root
,
'log'
,
'delayed_job.log'
)
)