Module: BootstrapIcons::Rails::BiIconHelper
- Defined in:
- app/helpers/bootstrap_icons/rails/bi_icon_helper.rb
Instance Method Summary collapse
Instance Method Details
#bi_icon(icon, options = {}) ⇒ Object
7 8 9 10 |
# File 'app/helpers/bootstrap_icons/rails/bi_icon_helper.rb', line 7 def bi_icon(icon, = {}) parser = BiIconParser.new(icon, ) parser.get_content_tag end |