lib/balboa/interactor/interactor_wrapper.rb in balboa-0.1.1 vs lib/balboa/interactor/interactor_wrapper.rb in balboa-0.1.2
- old
+ new
@@ -9,11 +9,11 @@
def punch(date)
@interactor.punch(date)
end
- def last_punch
- @interactor.last_punch
+ def last
+ @interactor.last
end
end
end
end