diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/controllers/previews_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/previews_controller.rb b/app/controllers/previews_controller.rb index e431ab0de..f1ef5fab0 100644 --- a/app/controllers/previews_controller.rb +++ b/app/controllers/previews_controller.rb @@ -42,6 +42,7 @@ class PreviewsController < ApplicationController @text = params[:text] ? params[:text] : nil render :partial => 'common/preview' end + private def find_project |