volmer/bootsy

View on GitHub
lib/bootsy/core_ext.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true
# Extend and include Bootsy in proper scopes.

ActionView::Base.send(:include, Bootsy::FormHelper)
ActionView::Helpers::FormBuilder.send(:include, Bootsy::FormBuilder)