Class: PatientHttp::PayloadStore::ActiveRecordStore::Payload

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/patient_http/payload_store/active_record_store.rb

Overview

ActiveRecord model for payload storage.

Defined in this file to avoid loading ActiveRecord until explicitly required. The table must be created using the migration provided by this gem.

Examples:

Install migrations in a Rails app

rails patient_http:install:migrations
rails db:migrate