Commit 075f4e49 authored by Eric Davis's avatar Eric Davis

Refactor: remove unused instance variable

parent e04928c5
......@@ -151,8 +151,6 @@ class ProjectsController < ApplicationController
@total_hours = TimeEntry.visible.sum(:hours, :include => :project, :conditions => cond).to_f
end
@key = User.current.rss_key
respond_to do |format|
format.html
format.api
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment