Skip to content

Commit 8065993

Browse files
committed
starting to use augmented models in gg gem
1 parent 71f55b1 commit 8065993

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/esdb/match.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
module ESDB
22
class Match < ESDB::Resource
3+
def duration_minutes
4+
return (duration_seconds / 60.0).round
5+
end
36
end
47
end

0 commit comments

Comments
 (0)