Sha256: b60ddf790b1d4f8df42a6c7d31e873b2eff07e2732b8c374a22aa39fa32d2232

Contents?: true

Size: 200 Bytes

Versions: 7

Compression:

Stored size: 200 Bytes

Contents

class RemoteLineItem < LineItem
  establish_connection 'remote'

  belongs_to :product, class_name: 'RemoteProduct'
  belongs_to :invoice, class_name: 'RemoteInvoice', foreign_key: 'invoice_id'
end


Version data entries

7 entries across 7 versions & 1 rubygems

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