Fix rubocop issue

This commit is contained in:
Luis Ramos
2020-06-22 13:20:24 +01:00
parent f848a89a00
commit 1b6e51c79e

View File

@@ -18,6 +18,10 @@ module AngularFormHelper
end
end
class ActionView::Helpers::InstanceTag
include AngularFormHelper
module ActionView
module Helpers
class InstanceTag
include AngularFormHelper
end
end
end