Sha256: 43d163902501e35a473064db02f36001dee9ab4dec7bfa925ef07a7c7811f28e

Contents?: true

Size: 632 Bytes

Versions: 1

Compression:

Stored size: 632 Bytes

Contents

class EventExportFileTransition < ApplicationRecord
  include Statesman::Adapters::ActiveRecordTransition


  belongs_to :event_export_file, inverse_of: :event_export_file_transitions
end

# == Schema Information
#
# Table name: event_export_file_transitions
#
#  id                   :bigint           not null, primary key
#  to_state             :string
#  metadata             :text             default({})
#  sort_key             :integer
#  event_export_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_export_file_transition.rb