Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ nav_order: 6

## main

* Make `ViewComponent::VERSION` accessible to other gems by default.

*Hans Lemuet*

* Added Reinvented Hospitality to the list of companies using ViewComponent.

*Torgil Zechel*
Expand Down
1 change: 1 addition & 0 deletions lib/view_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

require "action_view"
require "active_support/dependencies/autoload"
require "view_component/version"

module ViewComponent
extend ActiveSupport::Autoload
Expand Down
Loading