mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 22:15:09 +00:00
6 lines
131 B
Ruby
6 lines
131 B
Ruby
module Inspect
|
|
class IndiciaController < InspectorController
|
|
MODEL = USPS::Indicium
|
|
LINKED_FIELDS = %i(letter)
|
|
end
|
|
end
|