Skip to content

Commit 01a4051

Browse files
committed
Add documentation for info.resources in Featury::Info
**Changes:** - Updated `README.md` to include details about the `info.resources` method. - Highlighted its functionality to retrieve feature resources for the current class. This improves documentation by ensuring users can easily understand and utilize the new `resources` method.
1 parent 25bc3b3 commit 01a4051

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ info = User::OnboardingFeature.info
169169

170170
```ruby
171171
info.actions # Feature actions (all, web) of the current class.
172+
info.resources # Feature resources of the current class.
172173
info.features # Feature flags of the current class.
173174
info.groups # Feature flag groups of the current class.
174175
info.tree # Tree of feature flags from the current class.

0 commit comments

Comments
 (0)