From 78a3f12ba23dbe8eefc32a587122486709454071 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Tue, 8 Feb 2011 18:30:25 -0300 Subject: [PATCH] Removing unecessary display_name methods --- app/models/community.rb | 4 ---- app/models/create_community.rb | 4 ---- 2 files changed, 0 insertions(+), 8 deletions(-) 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