app/models/event_order_status_transition.rb

Summary

Maintainability
A
0 mins
Test Coverage
class EventOrderStatusTransition < ActiveRecord::Base
  belongs_to :event_order
end