mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-22 00:05:58 -05:00
Makes the `operations` argument to `nested_resource_class_methods` required and adds explicit lists to any invocations that were missing one. The impetus here is that I think it's more easily digestible if each call site is explicit about what operations it supports and therefore which methods it's about to create on the class.