Module: Nquery::IconHelper
- Defined in:
- app/helpers/nquery/icon_helper.rb
Instance Method Summary collapse
Instance Method Details
#nq_icon(name, **options) ⇒ Object
5 6 7 |
# File 'app/helpers/nquery/icon_helper.rb', line 5 def nq_icon(name, **) render "nquery/shared/icon", name: name.to_s, html_options: end |