Remove unused method

This commit is contained in:
Kasia Jarmołkowicz 2018-05-30 22:25:27 +02:00 committed by Eric Schultz
parent 6b94b10979
commit ff484bf106

View file

@ -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