Skip to content

Commit

Permalink
Killing old-skool erb :"foo".
Browse files Browse the repository at this point in the history
  • Loading branch information
futurechimp committed Jun 9, 2011
1 parent c967225 commit f04d0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/home.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
get :index, :map => "/" do
@feed_items = FeedItem.order_by([:date_published, :desc]).limit(60)
@wires = Wire.all
erb :"home/index"
render "home/index"
end

end

0 comments on commit f04d0cc

Please sign in to comment.