remove completely unused method #yay
This commit is contained in:
parent
b8ff203af8
commit
73172f9c22
1 changed files with 0 additions and 7 deletions
|
|
@ -3,11 +3,4 @@
|
|||
# the COPYRIGHT file.
|
||||
|
||||
module StatusMessagesHelper
|
||||
def my_latest_message
|
||||
unless @latest_status_message.nil?
|
||||
return @latest_status_message.text
|
||||
else
|
||||
return I18n.t('status_messages.helper.no_message_to_display')
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue