Open cjbottaro opened 7 years ago
I'm getting the same after upgrading to 2.0 (and rails 5)
NoMethodError: undefined method `configure' for Clockwork:Module
EDIT: Turns out that (at least in rails 5) if you have your clockwork file named clockwork.rb
it breaks. I renamed the file to schedule.rb
and it all works fine. Maybe something with how rails autoloads now?
Hi.
This code doesn't work:
But if you comment out the configure block, then everything runs fine.
Thanks.