Guest User

Untitled

a guest
Jun 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. ernest@ernest-desktop:~/Dokumenty/Projekty/directadmin$ script/console
  2. Loading development environment (Rails 2.3.2)
  3. >> ServicesUser.will_expire_in(7.days)
  4. => [#<ServicesUser id: 128, service_id: 9, service_type: "Package", user_id: 1, state: "active", expires: "2009-06-03 11:50:19", notes: nil, created_at: "2009-05-26 21:34:55", updated_at: "2009-05-27 11:50:21", login: "rozpust", email: nil, password: "kurwa111", domain: "rozpusta.duu.pl", server_id: 2, amount: 6, quota_cache: "100", bandwidth_cache: "13312", services_users_id: nil, o_quota: "100", o_bandwidth: "1024">]
  5. >> ServicesUser.will_expire_in(70.days)
  6. => [#<ServicesUser id: 120, service_id: 3, service_type: "ExtraService", user_id: 17, state: "active", expires: "2009-06-24 15:22:17", notes: nil, created_at: "2009-05-24 15:21:41", updated_at: "2009-05-24 15:22:17", login: nil, email: nil, password: nil, domain: nil, server_id: nil, amount: 1, quota_cache: nil, bandwidth_cache: nil, services_users_id: 118, o_quota: nil, o_bandwidth: nil>, #<ServicesUser id: 123, service_id: 3, service_type: "ExtraService", user_id: 17, state: "active", expires: "2009-06-24 15:41:40", notes: nil, created_at: "2009-05-24 15:40:49", updated_at: "2009-05-24 15:41:40", login: nil, email: nil, password: nil, domain: nil, server_id: nil, amount: 1, quota_cache: nil, bandwidth_cache: nil, services_users_id: 121, o_quota: nil, o_bandwidth: nil>, #<ServicesUser id: 128, service_id: 9, service_type: "Package", user_id: 1, state: "active", expires: "2009-06-03 11:50:19", notes: nil, created_at: "2009-05-26 21:34:55", updated_at: "2009-05-27 11:50:21", login: "rozpust", email: nil, password: "kurwa111", domain: "rozpusta.duu.pl", server_id: 2, amount: 6, quota_cache: "100", bandwidth_cache: "13312", services_users_id: nil, o_quota: "100", o_bandwidth: "1024">]
Add Comment
Please, Sign In to add comment