Skip to content

Instantly share code, notes, and snippets.

@rhnasc
Last active January 27, 2017 07:00
Show Gist options
  • Save rhnasc/eeb0bfb7852b374e3e0ee7f0b6e91f75 to your computer and use it in GitHub Desktop.
Save rhnasc/eeb0bfb7852b374e3e0ee7f0b6e91f75 to your computer and use it in GitHub Desktop.
entity = Entity.last
=> #<Entity:0x007f8f40739ca0
id: 170519,
created_at: Wed, 11 Jan 2017 19:00:24 UTC +00:00,
updated_at: Fri, 27 Jan 2017 06:27:28 UTC +00:00>
entity.cache_key
=> "entities/170519-20170127062728637756000"
# "#{collection_name}/#{id}-#{updated_at}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment