Module: BadgeLabelHelper

Defined in:
app/helpers/badge_label_helper.rb

Instance Method Summary collapse

Instance Method Details

#badge(*args) ⇒ Object



2
3
4
# File 'app/helpers/badge_label_helper.rb', line 2

def badge(*args)
  badge_label(:badge, *args)
end

#tag_label(*args) ⇒ Object



6
7
8
# File 'app/helpers/badge_label_helper.rb', line 6

def tag_label(*args)
  badge_label(:label, *args)
end