lib/intercom-rails/proxy/company.rb in intercom-rails-0.2.3 vs lib/intercom-rails/proxy/company.rb in intercom-rails-0.2.4
- old
+ new
@@ -30,10 +30,10 @@
def standard_data
hsh = {}
hsh[:id] = company.id
hsh[:name] = company.name if attribute_present?(:name)
- hsh[:created_at] = company.created_at if attribute_present?(:created_at)
+ hsh[:created_at] = company.created_at.to_i if attribute_present?(:created_at)
hsh
end
end