Skip to content

Commit

Permalink
remove redirect after delete fixes spree-contrib#95
Browse files Browse the repository at this point in the history
  • Loading branch information
tailic committed Nov 15, 2015
1 parent 0a0fbab commit b315eb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/controllers/spree/admin/relations_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ def update_positions
def destroy
@relation = Relation.find(params[:id])
@relation.destroy

redirect_to :back
end

private
Expand Down

0 comments on commit b315eb7

Please sign in to comment.