Sha256: d5a0b064db5dabd6d2e4a78c88b2eb1c6c1c3064294027511099ab87030faaf5
Contents?: true
Size: 632 Bytes
Versions: 1
Compression:
Stored size: 632 Bytes
Contents
class EventImportFileTransition < ApplicationRecord include Statesman::Adapters::ActiveRecordTransition belongs_to :event_import_file, inverse_of: :event_import_file_transitions end # == Schema Information # # Table name: event_import_file_transitions # # id :bigint not null, primary key # to_state :string # metadata :text default({}) # sort_key :integer # event_import_file_id :integer # created_at :datetime not null # updated_at :datetime not null # most_recent :boolean not null #
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_event-0.4.0.rc.1 | app/models/event_import_file_transition.rb |