projects
/
gestion-adh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
6257d05
)
Add missing require to load ERB
author
Lunar
<lunar@anargeek.net>
Sun, 9 Jun 2013 06:05:40 +0000
(08:05 +0200)
committer
Lunar
<lunar@anargeek.net>
Sun, 9 Jun 2013 06:05:40 +0000
(08:05 +0200)
lib/nos_oignons/reminder.rb
patch
|
blob
|
history
diff --git
a/lib/nos_oignons/reminder.rb
b/lib/nos_oignons/reminder.rb
index 068a6678d86a5fd689e67668d651dcdca639e8f4..ca4ee062f2f809c0e61b6f5de3d2748435a73faa 100644
(file)
--- a/
lib/nos_oignons/reminder.rb
+++ b/
lib/nos_oignons/reminder.rb
@@
-1,5
+1,7
@@
#-*- coding: utf-8 -*-
#-*- coding: utf-8 -*-
+require 'erb'
+
module NosOignons
class Reminder < Struct.new(:days, :subject, :template)
class << self
module NosOignons
class Reminder < Struct.new(:days, :subject, :template)
class << self