Added routes and forms. No update action as yet.
[feedcatcher.git] / app / controllers / feed_controller.rb
index f1597c061fb6cf55622fba983ee5cbb99840905e..7fa4e283185e163323ea5d4dbea1944cbd84ae28 100644 (file)
@@ -4,7 +4,7 @@ class FeedController < ApplicationController
   end
 
   def show
-    @feed_items = FeedItem.find_all_by_feed_name(params[:id])
+    @feed_items = FeedItem.find_all_by_feed_name(params[:feed_name])
   end
 
   def update