Module: Georgia::MessagesHelper

Defined in:
app/helpers/georgia/messages_helper.rb

Instance Method Summary collapse

Instance Method Details

#message_actions_list(message) ⇒ Object



4
5
6
# File 'app/helpers/georgia/messages_helper.rb', line 4

def message_actions_list(message)
  Georgia::MessageActionsPresenter.new(self, message)
end