Skip to content

Commit

Permalink
add changelog, fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley committed Oct 16, 2024
1 parent 2a2feca commit 25565ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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: 5

## main

* Enable components to use `@request` and `request` methods/ivars.

*Blake Williams*

* Fix bug where implicit locales in component filenames threw a `NameError`.

*Chloe Fons*
Expand Down
2 changes: 1 addition & 1 deletion test/sandbox/app/components/request_param_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ def initialize(request:)
end

def call
request
@request
end
end

0 comments on commit 25565ac

Please sign in to comment.