diff options
author | nullkal <nullkal@nil.nu> | 2017-10-08 03:26:43 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-10-07 20:26:43 +0200 |
commit | 633426b2616e8559acfa76f4294a51afcf434fc2 (patch) | |
tree | 38759fbbd11bb3b40bc29e1a0f8ce048d15c7ce3 /app/helpers/admin | |
parent | f486ef2666dacbcb6fcd26e371bb5e945369dcfe (diff) |
Add moderation note (#5240)
* Add moderation note * Add frozen_string_literal * Make rspec pass
Diffstat (limited to 'app/helpers/admin')
-rw-r--r-- | app/helpers/admin/account_moderation_notes_helper.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/helpers/admin/account_moderation_notes_helper.rb b/app/helpers/admin/account_moderation_notes_helper.rb new file mode 100644 index 000000000..b17c52264 --- /dev/null +++ b/app/helpers/admin/account_moderation_notes_helper.rb @@ -0,0 +1,4 @@ +# frozen_string_literal: true + +module Admin::AccountModerationNotesHelper +end |