projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'master' into patch/view_migration
[rails.git]
/
app
/
controllers
/
api
/
map_controller.rb
diff --git
a/app/controllers/api/map_controller.rb
b/app/controllers/api/map_controller.rb
index 4790e2f60992bb08a9b3261c8c8ef66a0abbf7ff..e8a27042d0f0e0a88fa46875d53bfc1c48dbe01d 100644
(file)
--- a/
app/controllers/api/map_controller.rb
+++ b/
app/controllers/api/map_controller.rb
@@
-22,8
+22,8
@@
module Api
@bounds = BoundingBox.from_bbox_params(params)
@bounds.check_boundaries
@bounds.check_size
- rescue StandardError => e
rr
- report_error(e
rr
.message)
+ rescue StandardError => e
+ report_error(e.message)
return
end