mirror of
https://github.com/mastodon/mastodon.git
synced 2026-07-13 18:00:52 -05:00
5 lines
106 B
Ruby
5 lines
106 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Admin::Disputes::StrikesController < Disputes::StrikesController
|
|
end
|