Module: EffectiveClassifiedsHelper

Defined in:
app/helpers/effective_classifieds_helper.rb

Instance Method Summary collapse

Instance Method Details

#classified_labelObject

Job Board Posting or Classified Posting



9
10
11
# File 'app/helpers/effective_classifieds_helper.rb', line 9

def classified_label
  et(Effective::Classified)
end

#classifieds_labelObject

Job Board Postings or Classified Postings



14
15
16
# File 'app/helpers/effective_classifieds_helper.rb', line 14

def classifieds_label
  ets(Effective::Classified)
end

#classifieds_name_labelObject

Job Board or Classifieds



4
5
6
# File 'app/helpers/effective_classifieds_helper.rb', line 4

def classifieds_name_label
  et('effective_classifieds.name')
end