Method: Fe::Element#tooltip
- Defined in:
- app/models/fe/element.rb
#tooltip(locale = nil) ⇒ Object
75 76 77 |
# File 'app/models/fe/element.rb', line 75 def tooltip(locale = nil) tip_translations[locale].present? ? tip_translations[locale] : self[:tooltip] end |