plashchynski / crono

A time-based background job scheduler daemon (just like Cron) for Rails
https://github.com/plashchynski/crono
Apache License 2.0
687 stars 56 forks source link

deprecate need to config your app name. #51

Closed pachacamac closed 8 years ago

pachacamac commented 8 years ago

Instead of <AppName>::Application.load_tasks the same can be achieved by Rails.app_class.load_tasks, therefore not requiring the user to configure the AppName. Less margin for errors :)

plashchynski commented 8 years ago

@pachacamac Thank you