Use reserved domain for example configuration

Updates the generator output to use a reserved domain[1] instead of a
potentially real world domain.

[1]: https://tools.ietf.org/html/rfc2606#section-3
This commit is contained in:
Jacob Bednarz 2019-07-15 07:10:22 +10:00
parent 340667243c
commit 6c5acd5bc1
No known key found for this signature in database
GPG Key ID: 5BDAF4B30FB432FB
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
f.microphone :none
f.usb :none
f.fullscreen :self
f.payment :self, "https://secure-example.com"
f.payment :self, "https://secure.example.com"
end
```

View File

@ -19,7 +19,7 @@ module ActionController #:nodoc:
# f.microphone :none
# f.usb :none
# f.fullscreen :self
# f.payment :self, "https://secure-example.com"
# f.payment :self, "https://secure.example.com"
# end
#
# # Controller level policy

View File

@ -7,5 +7,5 @@
# f.microphone :none
# f.usb :none
# f.fullscreen :self
# f.payment :self, "https://secure-example.com"
# f.payment :self, "https://secure.example.com"
# end