ubicloud/spec/routes/web/project
Jeremy Evans 4d5c1ec4f2 Switch from using [] to using member methods for when using the invoice serializer
This results in code that is easier to read, and better indicates
the code is dealing with an object and not a hash.

Rename ser to data in some Invoice methods to keep it consistent.

Allow Invoice#generate_pdf argument to be optional, and use the
invoice serializer if the argument is not given.

Remove unnecessary detailed: true options when calling the invoice
serializer.

Avoid creating an unnecessary invoice serializer in the invoice
route.
2025-08-26 02:08:44 +09:00
..
billing_spec.rb Switch from using [] to using member methods for when using the invoice serializer 2025-08-26 02:08:44 +09:00
github_spec.rb Use handle_validation_failure in the project github create route 2025-08-08 01:52:14 +09:00
postgres_spec.rb Treat non-GET/POST requests as JSON requests 2025-08-08 01:52:14 +09:00