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