Skip to content

Commit

Permalink
Merge branch 'main' of github.com:railsware/js-routes
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan committed Dec 4, 2024
2 parents 11d4fbb + 5179d40 commit 8c510eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ While all of these methods are supported by JsRoutes, it is impossible to suppor
If you are using routes like this, use the following configuration that will prevent required parameters presence to be validated by definition:

``` ruby
JsRoutes.configure do |c|
JsRoutes.setup do |c|
c.optional_definition_params = true
end
```
Expand Down

0 comments on commit 8c510eb

Please sign in to comment.