Skip to content

Instantly share code, notes, and snippets.

@jmmastey
Created December 12, 2014 20:35
Show Gist options
  • Save jmmastey/27842f8f85a802d84f2d to your computer and use it in GitHub Desktop.
Save jmmastey/27842f8f85a802d84f2d to your computer and use it in GitHub Desktop.
def show_account_label(account)
c = account.client_list
p = "clients".pluralize
t = c.last.connected_at
d = "#{c.length} #{p}, last connection: #{t.strftime("%H:%M:%S")}"
puts d
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment