diff --git a/app/helpers/angular_form_helper.rb b/app/helpers/angular_form_helper.rb index a9b03e9608..f3af03a4f9 100644 --- a/app/helpers/angular_form_helper.rb +++ b/app/helpers/angular_form_helper.rb @@ -21,10 +21,4 @@ module AngularFormHelper end end -module ActionView - module Helpers - class InstanceTag - include AngularFormHelper - end - end -end +ActionView::Helpers::InstanceTag.include AngularFormHelper