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 :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/plashchynski/crono/pull/51
**Author:** [@pachacamac](https://github.com/pachacamac)
**Created:** 9/17/2016
**Status:** ✅ Merged
**Merged:** 9/22/2016
**Merged by:** [@plashchynski](https://github.com/plashchynski)
**Base:** `master` ← **Head:** `patch-1`
---
### 📝 Commits (1)
- [`b22845c`](https://github.com/plashchynski/crono/commit/b22845cba66de76eba7964d84b6199e5ce2e08e5) deprecate need to config your app name.
### 📊 Changes
**1 file changed** (+2 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `README.md` (+2 -2)
</details>
### 📄 Description
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 :)
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/plashchynski/crono/pull/51
Author: @pachacamac
Created: 9/17/2016
Status: ✅ Merged
Merged: 9/22/2016
Merged by: @plashchynski
Base:
master← Head:patch-1📝 Commits (1)
b22845cdeprecate need to config your app name.📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
README.md(+2 -2)📄 Description
Instead of
<AppName>::Application.load_tasksthe same can be achieved byRails.app_class.load_tasks, therefore not requiring the user to configure the AppName. Less margin for errors :)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.