Skip to content

Commit

Permalink
Sorting wire names.
Browse files Browse the repository at this point in the history
  • Loading branch information
futurechimp committed Jun 17, 2011
1 parent b01a918 commit bb618fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/controllers/feeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
end

get :edit, :with => :id do
@wires = Wire.all
@wires = Wire.all(:sort => [:name, :asc])
@feed = Feed.find(params[:id])
render 'feeds/edit'
end
Expand Down

0 comments on commit bb618fb

Please sign in to comment.