Module: MailyHerald::Webui::SequenceMailingsHelper

Defined in:
app/helpers/maily_herald/webui/sequence_mailings_helper.rb

Instance Method Summary collapse

Instance Method Details

#sequence_mailing_actions(mailing) ⇒ Object



4
5
6
7
8
9
10
# File 'app/helpers/maily_herald/webui/sequence_mailings_helper.rb', line 4

def sequence_mailing_actions mailing
  actions = []
  actions << {
    name:      :show, 
    url:       sequence_mailing_path(mailing),
  }
end