Files
grecia/app/controllers/tracking/proposal_progress_bars_controller.rb
Javi Martín f9ed186909 Add rubocop spacing rules
We were following these rules in most places; we just didn't define them
anywhere.
2019-09-10 21:04:56 +02:00

8 lines
168 B
Ruby

class Tracking::ProposalProgressBarsController < Tracking::ProgressBarsController
private
def progressable
Proposal.find(params[:proposal_id])
end
end