Method: ContentfulModel::Base#hash

Defined in:
lib/contentful_model/base.rb

#hashObject



30
31
32
# File 'lib/contentful_model/base.rb', line 30

def hash
  "#{sys[:content_type].id}-#{sys[:id]}".hash
end