Report abuse


			
  def comment
   @comment = Podcast.find(params[:id]).comments.create(params[:comment])
   current_user.comments< "show", :id => params[:id]
  end