module GdsApi::Helpers

def self.included(klass)

def self.included(klass)
  if klass.respond_to?(:helper_method)
    klass.helper_method :imminence_api, :licence_application_api
  end
end