Sha256: 6db081706c0c886f01d0c1cea0a53aca2aaa83569180caebeacf8eff15a3d88f

Contents?: true

Size: 609 Bytes

Versions: 1

Compression:

Stored size: 609 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             :jsonb
#  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.beta.2 app/models/event_import_file_transition.rb