class SendgridToolkit::NewsletterSendgridClient

Protected Instance Methods

compose_base_path(module_name, action_name) click to toggle source
# File lib/sendgrid_toolkit/newsletter/newsletter_sendgrid_client.rb, line 6
def compose_base_path(module_name, action_name)
  "newsletter/#{module_name}/#{action_name}"
end