X-Git-Url: https://nos-oignons.net/gitweb/gestion-adh.git/blobdiff_plain/6257d0524bfb1247f04538b9fde2a7ddb7b15d2a..0939869af59055cc46fdbadb808e2c5d5f3b1dbb:/lib/nos_oignons/reminder.rb diff --git a/lib/nos_oignons/reminder.rb b/lib/nos_oignons/reminder.rb index 068a667..ca4ee06 100644 --- a/lib/nos_oignons/reminder.rb +++ b/lib/nos_oignons/reminder.rb @@ -1,5 +1,7 @@ #-*- coding: utf-8 -*- +require 'erb' + module NosOignons class Reminder < Struct.new(:days, :subject, :template) class << self