Skip to content

Commit

Permalink
[enh] just cleaning a bit the code
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Talib committed Jan 2, 2018
1 parent 5f6f37e commit ebb78ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/services_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def create
end

def show
# @service.points = Point.where(service_id: @service)
@points = @service.points
@points = @points.where(status: 'approved')

Expand Down

0 comments on commit ebb78ac

Please sign in to comment.