Skip to content

Commit

Permalink
In another place.
Browse files Browse the repository at this point in the history
  • Loading branch information
futurechimp committed Jun 11, 2011
1 parent 34ce555 commit c9e6dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/wires.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

get :show, :with => :id do
@wire = Wire.find(params[:id])
@wires = Wire.all
@wires = Wire.all.order_by([:name, :asc])
@feed_items = @wire.feed_items
render 'home/index'
end
Expand Down

0 comments on commit c9e6dc0

Please sign in to comment.