aboutsummaryrefslogtreecommitdiffstats
path: root/lib/carlosgoce/calendar.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/carlosgoce/calendar.rb')
-rw-r--r--lib/carlosgoce/calendar.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/carlosgoce/calendar.rb b/lib/carlosgoce/calendar.rb
index 429cc0e..1166f55 100644
--- a/lib/carlosgoce/calendar.rb
+++ b/lib/carlosgoce/calendar.rb
@@ -30,8 +30,8 @@ module CarlosGoce
}
end
- def generate(layout, file)
- layout.create file, to_h
+ def generate(layout, file, year)
+ layout.create file, to_h, year
end
end
end