projects
/
gestion-adh.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Corrections orthographe/grammaire + mise en page et autres cosmétiques.
[gestion-adh.git]
/
lib
/
nos_oignons
/
reminder.rb
diff --git
a/lib/nos_oignons/reminder.rb
b/lib/nos_oignons/reminder.rb
index 068a6678d86a5fd689e67668d651dcdca639e8f4..3db92635b1e79bc1a18e6dc0b79f73bac110d99a 100644
(file)
--- a/
lib/nos_oignons/reminder.rb
+++ b/
lib/nos_oignons/reminder.rb
@@
-1,5
+1,8
@@
#-*- coding: utf-8 -*-
+require 'erb'
+require 'ostruct'
+
module NosOignons
class Reminder < Struct.new(:days, :subject, :template)
class << self