aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/application_helper.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/helpers/application_helper.rb
parentbcf546c1f5fc305a1b75dfa091630c68668cd590 (diff)
downloadaclog-2844d9159d6417f8c8d55e818c2ed6a4e30ea405.tar.gz
change controller: description to caption/title
Diffstat (limited to 'app/helpers/application_helper.rb')
-rw-r--r--app/helpers/application_helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index f9d4705..0c54ec4 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -55,11 +55,11 @@ module ApplicationHelper
end
def caption
- "#{@description}"
+ "#{@caption}"
end
def title
- "#{@title || @description} - aclog"
+ "#{@title || @caption} - aclog"
end
# utf8, form