Skip to content

Commit

Permalink
Correct rubocop offences
Browse files Browse the repository at this point in the history
  • Loading branch information
tsheporamantso committed Mar 1, 2024
1 parent de9f5c5 commit 97498dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/api/v1/places_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def show

def new
@place = Place.new
render json: @place
render json: @place
end

# POST /places
Expand Down

0 comments on commit 97498dc

Please sign in to comment.