Skip to content
Snippets Groups Projects
Commit 075f4e49 authored by Eric Davis's avatar Eric Davis
Browse files

Refactor: remove unused instance variable

parent e04928c5
Branches
Tags
No related merge requests found
...@@ -151,8 +151,6 @@ class ProjectsController < ApplicationController ...@@ -151,8 +151,6 @@ class ProjectsController < ApplicationController
@total_hours = TimeEntry.visible.sum(:hours, :include => :project, :conditions => cond).to_f @total_hours = TimeEntry.visible.sum(:hours, :include => :project, :conditions => cond).to_f
end end
@key = User.current.rss_key
respond_to do |format| respond_to do |format|
format.html format.html
format.api format.api
......
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