Closed pachacamac closed 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 :)
<AppName>::Application.load_tasks
Rails.app_class.load_tasks
@pachacamac Thank you
Instead of
<AppName>::Application.load_tasks
the same can be achieved byRails.app_class.load_tasks
, therefore not requiring the user to configure the AppName. Less margin for errors :)