Skip to content

Commit e70534d

Browse files
committed
fixed mailer
1 parent 0130db7 commit e70534d

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,7 @@ Forum thread: https://bitcointalk.org/index.php?topic=315802
1111

1212
FAQ: https://github.com/tip4commit/tip4commit/wiki/FAQ
1313

14-
ToDo
15-
====
16-
17-
* daemonize background task (BitcoinTipper::work)
18-
* fetch and save to the database id of repository (to handle situation with project rename)
19-
* automatically update information about projects (number of watchers, name, description)
20-
* unsubscribe from tips for commits to particular projects
21-
* (?) secure bitcoin storage (offline storage? multisig addresses?)
22-
* sort by watchers/balance in the list of projects
23-
* (?) enable project maintainers to customize tips via merge comments (e.g. label improvement as #tiny, #small, #average, #large or #huge)
24-
* (?) bitbucket support
25-
* ...
26-
27-
tasks marked as (?) need to be thought over
14+
ToDo: https://github.com/tip4commit/tip4commit/issues
2815

2916
License
3017
=======

app/mailers/user_mailer.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
class UserMailer < ActionMailer::Base
2+
add_template_helper(ApplicationHelper)
3+
24
def new_tip user, tip
35
@user = user
46
@tip = tip

0 commit comments

Comments
 (0)