# frozen_string_literal: true

module MessageHelper
  def message
    "Hello helper method"
  end
end
