marking methods on my_projects_overviews_controller as private where possible

pull/6827/head
Jens Ulferts 13 years ago
parent f103ef9c44
commit 1a2c798f52
  1. 2
      app/controllers/my_projects_overviews_controller.rb

@ -147,6 +147,8 @@ class MyProjectsOverviewsController < ApplicationController
render :partial => 'page_layout_attachments'
end
private
def find_my_project_overview
@overview = MyProjectsOverview.find(:first, :conditions => "project_id = #{@project.id}")
# Auto-create missing overviews

Loading…
Cancel
Save