This commit is contained in:
Toks
2013-06-19 11:38:22 -04:00
parent e7995d2768
commit eb02bb1c46

View File

@@ -304,6 +304,7 @@ class Pool < ActiveRecord::Base
def serializable_hash(options = {})
return {
"category" => category,
"created_at" => created_at,
"creator_id" => creator_id,
"creator_name" => creator_name,