You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -392,6 +392,8 @@ Special values:
392
392
*`:required => true` Will display a red '*' to show it's required
393
393
*`:scope => :the_scope` Will scope parameters in the hash, scoping can be nested. See example
394
394
395
+
The value of scoped parameters can be set with both scoped (`let(:order_item_item_id)`) and unscoped (`let(:item_id)`) methods. It always searches for the scoped method first and falls back to the unscoped method.
0 commit comments