projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cabdb65
)
Remove unused assign of @bbox which is no longer used
author
John Firebaugh
<john.firebaugh@gmail.com>
Fri, 5 Oct 2012 00:00:40 +0000
(17:00 -0700)
committer
Tom Hughes
<tom@compton.nu>
Fri, 5 Oct 2012 14:21:09 +0000
(15:21 +0100)
app/controllers/changeset_controller.rb
patch
|
blob
|
history
diff --git
a/app/controllers/changeset_controller.rb
b/app/controllers/changeset_controller.rb
index 947732fb1a15cb7778d772165d787f5397846170..9a4271621af42fea234e38928ee28ee04bb720a4 100644
(file)
--- a/
app/controllers/changeset_controller.rb
+++ b/
app/controllers/changeset_controller.rb
@@
-328,8
+328,6
@@
class ChangesetController < ApplicationController
@page = (params[:page] || 1).to_i
@page_size = 20
- @bbox = bbox
-
@edits = changesets.order("changesets.created_at DESC").offset((@page - 1) * @page_size).limit(@page_size).preload(:user, :changeset_tags)
render :action => :list