diff --git a/lib/bootstrap_form.rb b/lib/bootstrap_form.rb index 23607fe0..61cc6066 100644 --- a/lib/bootstrap_form.rb +++ b/lib/bootstrap_form.rb @@ -1,13 +1,3 @@ -# NOTE: The rich_text_area and rich_text_area_tag helpers are defined in a file -# with a different name and not in the usual autoload-reachable way. -# The following line is definitely need to make `bootstrap_form` work. -# rubocop:disable Lint/SuppressedException -begin - require "#{Gem::Specification.find_by_name('actiontext').gem_dir}/app/helpers/action_text/tag_helper" -rescue Gem::MissingSpecError -end -# rubocop:enable Lint/SuppressedException - require "action_view" require "action_pack" require "bootstrap_form/action_view_extensions/form_helper"