mirror of
https://github.com/plashchynski/crono.git
synced 2026-01-11 21:10:24 +01:00
[PR #51] [MERGED] deprecate need to config your app name. #89
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.