Truncate votes api timestamp to hour

This commit is contained in:
Alberto Miedes Garcés
2017-01-02 12:00:58 +01:00
parent 508360cfa5
commit f4e0ef7eea
3 changed files with 15 additions and 4 deletions

View File

@@ -77,10 +77,10 @@ API_TYPE_DEFINITIONS = {
kind: :string
},
Vote => {
votable_id: :integer,
votable_type: :string,
created_at: :string,
public_voter: Voter
votable_id: :integer,
votable_type: :string,
public_timestamp: :string,
public_voter: Voter
}
}