Sha256: 4c86e4d654cf71adff7c9dab112b70f9971a1e40593b2355901859451f0c54b9
Contents?: true
Size: 639 Bytes
Versions: 14
Compression:
Stored size: 639 Bytes
Contents
class UserExportFileTransition < ApplicationRecord include Statesman::Adapters::ActiveRecordTransition belongs_to :user_export_file, inverse_of: :user_export_file_transitions #attr_accessible :to_state, :sort_key, :metadata end # == Schema Information # # Table name: user_export_file_transitions # # id :integer not null, primary key # to_state :string # metadata :text default({}) # sort_key :integer # user_export_file_id :integer # created_at :datetime # updated_at :datetime # most_recent :boolean not null #
Version data entries
14 entries across 14 versions & 1 rubygems