Module: Rubicons::ThemifyIcons::RailsHelper
- Included in:
- Phlex
- Defined in:
- lib/rubicons/themify_icons/rails_helper.rb
Overview
Rails view helper for Themify Icons
Instance Method Summary collapse
Instance Method Details
#themify_icon(name, options = {}) ⇒ Object
7 8 9 |
# File 'lib/rubicons/themify_icons/rails_helper.rb', line 7 def themify_icon(name, = {}) Rubicons::ThemifyIcons.icon(name, **).html_safe end |
#themify_icon!(name, options = {}) ⇒ Object
11 12 13 |
# File 'lib/rubicons/themify_icons/rails_helper.rb', line 11 def themify_icon!(name, = {}) Rubicons::ThemifyIcons.icon!(name, **).html_safe end |