Sha256: 7c67255fa414210184416d32036eae9b5b02c3926ca6b12267808cada6fb142a

Contents?: true

Size: 186 Bytes

Versions: 17

Compression:

Stored size: 186 Bytes

Contents

module JobNotifier
  module ApplicationHelper
    def job_identifier_for(entity)
      "data-identifier=#{entity.job_identifier} data-root-url=#{JobNotifier.root_url}"
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
job_notifier-3.0.0 app/helpers/job_notifier/application_helper.rb
job_notifier-2.0.0 app/helpers/job_notifier/application_helper.rb
job_notifier-1.5.0 app/helpers/job_notifier/application_helper.rb
job_notifier-1.4.0 app/helpers/job_notifier/application_helper.rb
job_notifier-1.3.0 app/helpers/job_notifier/application_helper.rb
job_notifier-1.2.4 app/helpers/job_notifier/application_helper.rb
job_notifier-1.2.3 app/helpers/job_notifier/application_helper.rb
job_notifier-1.2.2 app/helpers/job_notifier/application_helper.rb
job_notifier-1.2.1 app/helpers/job_notifier/application_helper.rb
job_notifier-1.2.0 app/helpers/job_notifier/application_helper.rb
job_notifier-1.1.1 app/helpers/job_notifier/application_helper.rb
job_notifier-1.1.0 app/helpers/job_notifier/application_helper.rb
job_notifier-1.0.0 app/helpers/job_notifier/application_helper.rb
job_notifier-0.2.1 app/helpers/job_notifier/application_helper.rb
job_notifier-0.2.0 app/helpers/job_notifier/application_helper.rb
job_notifier-0.1.1 app/helpers/job_notifier/application_helper.rb
job_notifier-0.1.0 app/helpers/job_notifier/application_helper.rb