X-Git-Url: https://nos-oignons.net/gitweb/gestion-adh.git/blobdiff_plain/9d982cb5d7f9abe598c8df3eefabe10501056110..1f64529f4e2b7029fb21541f84711409fd5fc7f9:/lib/nos_oignons/reminder.rb diff --git a/lib/nos_oignons/reminder.rb b/lib/nos_oignons/reminder.rb index 068a667..3db9263 100644 --- 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