From 331bd03826f0114e5e700181f8fbe8894325bcb9 Mon Sep 17 00:00:00 2001 From: Lunar Date: Sun, 9 Jun 2013 08:08:01 +0200 Subject: [PATCH] Add missing require to load OpenStruct --- lib/nos_oignons/reminder.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/nos_oignons/reminder.rb b/lib/nos_oignons/reminder.rb index ca4ee06..3db9263 100644 --- 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) -- 2.39.2