Skip to content

Commit

Permalink
Add empty module to fix initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Spone committed Mar 17, 2022
1 parent 265def9 commit 00a37bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/view_component/form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
require "view_component"
require "zeitwerk"

module ViewComponent
module Form
end
end

loader = Zeitwerk::Loader.for_gem
form = "#{__dir__}/form.rb"
loader.ignore(form)
Expand Down

0 comments on commit 00a37bd

Please sign in to comment.