Removes guide feature

This commit is contained in:
decabeza
2018-09-28 17:55:01 +02:00
parent 74925a7022
commit dbf41421ed
18 changed files with 9 additions and 298 deletions

View File

@@ -1,19 +0,0 @@
module GuidesHelper
def new_proposal_guide
if feature?('guides') && Budget.current&.accepting?
new_guide_path
else
new_proposal_path
end
end
def new_budget_investment_guide
if feature?('guides')
new_guide_path
else
new_budget_investment_path(current_budget)
end
end
end