Remove unused method
This commit is contained in:
parent
6b94b10979
commit
ff484bf106
1 changed files with 0 additions and 8 deletions
|
@ -182,12 +182,4 @@ class Campaign < ActiveRecord::Base
|
|||
def child_campaign?
|
||||
true if parent_campaign.present?
|
||||
end
|
||||
|
||||
def user_reason_for_supporting
|
||||
if reason_for_supporting.present?
|
||||
reason_for_supporting
|
||||
else
|
||||
default_reason_for_supporting
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue