lib/recurly/invoice.rb in recurly-2.9.3 vs lib/recurly/invoice.rb in recurly-2.10.0
- old
+ new
@@ -16,10 +16,10 @@
# @return [Account]
belongs_to :account
# @return [Subscription]
belongs_to :subscription
# @return [Invoice]
- belongs_to :original_invoice, class_name: 'Invoice'
+ belongs_to :original_invoice, class_name: :Invoice
# This will only be present if the invoice has > 500 line items
# @return [Adjustment]
has_many :all_line_items, class_name: :Adjustment