Sha256: ba285082ad8500c4c871742aac79dfef9c7c602c8436f0214d1813d86f3f7cb4

Contents?: true

Size: 167 Bytes

Versions: 7

Compression:

Stored size: 167 Bytes

Contents

class RemoteInvoice < Invoice
  establish_connection 'remote'

  belongs_to :user, class_name: 'RemoteUser'
  has_many :line_items, class_name: 'RemoteLineItem'
end


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
forceps-0.6.7 test/support/remote_invoice.rb
forceps-0.6.4 test/support/remote_invoice.rb
forceps-0.6.3 test/support/remote_invoice.rb
forceps-0.6.2 test/support/remote_invoice.rb
forceps-0.6.1 test/support/remote_invoice.rb
forceps-0.6.0 test/support/remote_invoice.rb
forceps-0.5.0 test/support/remote_invoice.rb