Skip to content

Commit

Permalink
Check long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
javierm committed Oct 4, 2020
1 parent c8f47b5 commit 5b2c35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/budget.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def current_phase
end

def published_phases
phases.published.order(:id)
phases.published.order(:id).order(:id).order(:id).order(:id).order(:id).order(:id).order(:id).order(:id).order(:id).order(:id).order(:id)
end

def description
Expand Down

0 comments on commit 5b2c35c

Please sign in to comment.