Merge pull request #51 from pachacamac/patch-1

deprecate need to config your app name.
This commit is contained in:
Dzmitry Plashchynski
2016-09-22 18:08:51 +03:00
committed by GitHub
+2 -2
View File
@@ -76,8 +76,8 @@ Here's an example of a Rake Task within a job:
```ruby ```ruby
# config/cronotab.rb # config/cronotab.rb
require 'rake' require 'rake'
# Be sure to change AppName to your application name!
AppName::Application.load_tasks Rails.app_class.load_tasks
class Test class Test
def perform def perform