From 0939869af59055cc46fdbadb808e2c5d5f3b1dbb Mon Sep 17 00:00:00 2001 From: Lunar Date: Sun, 9 Jun 2013 08:05:40 +0200 Subject: [PATCH] Add missing require to load ERB --- lib/nos_oignons/reminder.rb | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2