Skip to content

Commit

Permalink
#198 - Fitting to style sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
zarbielli committed Oct 20, 2018
1 parent 9520a36 commit 2130fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indicaAi/app/controllers/locals_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def search_locals
result << locals.as_json(methods: [:local_ratings])
json_response(result)
end

# GET /local/:id
def show_place
unique_local = Local.find(params[:local_id])
Expand Down

0 comments on commit 2130fd1

Please sign in to comment.