Skip to content

Commit

Permalink
Update README with new naming for automount_routes (pay-rails#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalmoksha authored Feb 24, 2020
1 parent c5a5532 commit 5881675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ Pay.setup do |config|
config.send_emails = true
config.automount_webhook_routes = true
config.routes_path = "/pay" # Only when automount_webhook_routes is true
config.automount_routes = true
config.routes_path = "/pay" # Only when automount_routes is true
end
```

Expand Down

0 comments on commit 5881675

Please sign in to comment.