mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 19:55:10 +00:00
8 lines
152 B
Ruby
8 lines
152 B
Ruby
module Inspect
|
|
class IVMTREventsController < InspectorController
|
|
MODEL = USPS::IVMTR::Event
|
|
LINKED_FIELDS = %i(letter)
|
|
|
|
private
|
|
end
|
|
end
|