Timestamp services

This commit is contained in:
Raphael 2010-12-05 14:37:00 -08:00
parent 5a5bd13ceb
commit 4b1c36ca04

View file

@ -12,4 +12,5 @@ class Service
key :access_token, String
key :access_secret, String
key :nickname, String
timestamps!
end