Add :foobar accessor to AddRolePermission#516
Conversation
🤖 This pull request was closed automaticallyIt edits files that are auto-generated by Generated files changed outside their hand-maintainable regions:
What to do instead
If you believe this was closed in error, a maintainer can reopen the PR. |
Greptile SummaryThis PR updates the generated
Confidence Score: 4/5The change is small and localized, but it leaves the new accessor disconnected from initialization and serialization behavior. Focused runtime evidence confirms the added field is ignored when constructing the model, while the rest of the change surface is limited to one generated model file. lib/workos/authorization/add_role_permission.rb
What T-Rex did
|
Summary
:foobarattribute to theattr_accessordeclaration inWorkOS::AddRolePermission(lib/workos/authorization/add_role_permission.rb).Test plan
bundle exec rubocop lib/workos/authorization/add_role_permission.rbbundle exec rspec(or the relevant spec) passes