Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. class Login < ActiveRecord::Base
  2. def self.seconds
  3. if sum(:time).round >= 0
  4. "#{sum(:time).round}s"
  5. else
  6. sum(:time).round
  7. end
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement