hooktstudios/historyable

View on GitHub
lib/historyable/change.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Historyable
  class Change < ActiveRecord::Base
    belongs_to :historyable, polymorphic: true
    serialize :object_attribute_value
  end
end