mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-25 19:03:43 +01:00
7 lines
89 B
Ruby
7 lines
89 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Targetable
|
|
def object_type
|
|
:object
|
|
end
|
|
end
|