Sha256: f09e9031e0d0a6101485ddc81ddc5db41e741e4844e8491e26aa8e817fb6617f
Contents?: true
Size: 687 Bytes
Versions: 24
Compression:
Stored size: 687 Bytes
Contents
class ResourceExportFileTransition < ApplicationRecord include Statesman::Adapters::ActiveRecordTransition belongs_to :resource_export_file, inverse_of: :resource_export_file_transitions #attr_accessible :to_state, :sort_key, :metadata end # == Schema Information # # Table name: resource_export_file_transitions # # id :integer not null, primary key # to_state :string # metadata :text default({}) # sort_key :integer # resource_export_file_id :integer # created_at :datetime # updated_at :datetime # most_recent :boolean not null #
Version data entries
24 entries across 22 versions & 1 rubygems