Commit 93a184cdcb3d73afefe5c1b5484c359f4eeefb59
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'AI3074-community_dashboard' into stable
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
plugins/community_hub/lib/community_hub_plugin/mediation.rb
@@ -12,4 +12,12 @@ class CommunityHubPlugin::Mediation < Article | @@ -12,4 +12,12 @@ class CommunityHubPlugin::Mediation < Article | ||
12 | "hub-mediation-#{(Time.now.to_f * 1000).to_i}" | 12 | "hub-mediation-#{(Time.now.to_f * 1000).to_i}" |
13 | end | 13 | end |
14 | 14 | ||
15 | + def self.description | ||
16 | + _('Hub mediation') | ||
17 | + end | ||
18 | + | ||
19 | + def self.short_description | ||
20 | + _('Hub mediation') | ||
21 | + end | ||
22 | + | ||
15 | end | 23 | end |