aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/application_controller.rb
diff options
context:
space:
mode:
authorre4k <re4k@re4k.info>2013-05-01 18:41:43 +0900
committerre4k <re4k@re4k.info>2013-05-01 18:41:43 +0900
commit2844d9159d6417f8c8d55e818c2ed6a4e30ea405 (patch)
treeadf46b859a390474fec4028bc17d80efccfa9e5b /app/controllers/application_controller.rb
parentbcf546c1f5fc305a1b75dfa091630c68668cd590 (diff)
downloadaclog-2844d9159d6417f8c8d55e818c2ed6a4e30ea405.tar.gz
change controller: description to caption/title
Diffstat (limited to 'app/controllers/application_controller.rb')
-rw-r--r--app/controllers/application_controller.rb1
1 files changed, 1 insertions, 0 deletions
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)