diff --git a/app/models/community.rb b/app/models/community.rb index 5ca3a68..f18e2b7 100644 --- a/app/models/community.rb +++ b/app/models/community.rb @@ -39,10 +39,6 @@ class Community < Organization end end - def display_name - self.name - end - def active_fields environment ? environment.active_community_fields : [] end diff --git a/app/models/create_community.rb b/app/models/create_community.rb index d6246ed..f9904c7 100644 --- a/app/models/create_community.rb +++ b/app/models/create_community.rb @@ -74,10 +74,6 @@ class CreateCommunity < Task true end - def display_name - self.name - end - # tells if this request was rejected def rejected? self.status == Task::Status::CANCELLED -- libgit2 0.21.2