From 2844d9159d6417f8c8d55e818c2ed6a4e30ea405 Mon Sep 17 00:00:00 2001 From: re4k Date: Wed, 1 May 2013 18:41:43 +0900 Subject: change controller: description to caption/title --- app/controllers/application_controller.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/controllers/application_controller.rb') diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 66534fa..e1cac88 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -4,6 +4,7 @@ class ApplicationController < ActionController::Base before_filter :set_format after_filter :xhtml + protected def _get_user(id, screen_name) if id User.find_by(id: id) -- cgit v1.2.3