DynamoDB Dynomite ApplicationItem Example
Important: These docs are for the outdated Jets 5 versions and below. For the latest Jets docs: docs.rubyonjets.com
In general, the base model for Dynomite should be:
app/models/application_item.rb
class ApplicationItem < Dynomite::Item
end
If you do not have one, simply create one.