Module: EffectiveClassifiedsHelper

Defined in:
app/helpers/effective_classifieds_helper.rb

Instance Method Summary collapse

Instance Method Details

#classified_labelObject

Job or Classified



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

def classified_label
  et(Effective::Classified)
end

#classifieds_labelObject

Jobs or Classifieds



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