adubrock / PDX911Calls

Logs the Police calls in Portland so residents can search them.
0 stars 4 forks source link

Use `updated_at` instead of `call_last_updated` #5

Closed davidcelis closed 10 years ago

davidcelis commented 10 years ago

Since this data is only ever pulled in from outside sources, we can use Rails' generated timestamps instead of a superfluous extra timestamp column ("call_last_updated"). Since updated_at can be directly set in Rails 4, let's use that attribute instead so that we don't have to store as much data.

Signed-off-by: David Celis me@davidcel.is

adubrock commented 10 years ago

Thanks for checking out our work and making it better, David! Much appreciated, --Andrew DuBrock

davidcelis commented 10 years ago

Sure thing! It's a cool app; interesting to see 911 calls mapped out so easily.