lib/reparty/email.rb in reparty-0.1.2 vs lib/reparty/email.rb in reparty-0.1.3
- old
+ new
@@ -10,8 +10,12 @@
end
def subject
Reparty.configuration.subject || "Reparty Report!"
end
+
+ def title
+ Reparty.configuration.title || 'Your Daily Report:'
+ end
end
end
end
\ No newline at end of file