module GovukPublishingComponents::ApplicationHelper

def self.get_application_name_from_path(path)

def self.get_application_name_from_path(path)
  path.to_s.split("/")[-1]
end