adds url for Budget::Investment to mailer_helper
This commit is contained in:
@@ -3,6 +3,7 @@ module MailerHelper
|
||||
def commentable_url(commentable)
|
||||
return debate_url(commentable) if commentable.is_a?(Debate)
|
||||
return proposal_url(commentable) if commentable.is_a?(Proposal)
|
||||
return budget_investment_url(commentable.budget_id, commentable) if commentable.is_a?(Budget::Investment)
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user