1
0
mirror of https://framagit.org/tykayn/mastodon.git synced 2023-08-25 08:33:12 +02:00
mastodon/app/helpers/admin/account_moderation_notes_helper.rb
nullkal 633426b261 Add moderation note ()
* Add moderation note

* Add frozen_string_literal

* Make rspec pass
2017-10-07 20:26:43 +02:00

5 lines
78 B
Ruby

# frozen_string_literal: true
module Admin::AccountModerationNotesHelper
end