Avoid double render error
This commit is contained in:
parent
9c02133098
commit
8d52069b00
1 changed files with 2 additions and 2 deletions
|
@ -332,9 +332,9 @@ class ChangesetController < ApplicationController
|
|||
@bbox = bbox
|
||||
|
||||
@edits = changesets.order("changesets.created_at DESC").offset((@page - 1) * @page_size).limit(@page_size).preload(:user, :changeset_tags)
|
||||
end
|
||||
|
||||
render :action => :list
|
||||
render :action => :list
|
||||
end
|
||||
end
|
||||
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue