Commit a023880792bb1e6776a0f80ca4a5ce5e680903c6

Authored by Victor Costa
1 parent 568e84c9

community_hub: adds description methods

plugins/community_hub/lib/community_hub_plugin/mediation.rb
... ... @@ -12,4 +12,12 @@ class CommunityHubPlugin::Mediation < Article
12 12 "hub-mediation-#{(Time.now.to_f * 1000).to_i}"
13 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 23 end
... ...