Sha256: 70089439704d8927c2de6c2ca95116f379deb2ab0e6b22e6949cacd39631114d

Contents?: true

Size: 217 Bytes

Versions: 7

Compression:

Stored size: 217 Bytes

Contents

class RemoteTag < Tag
  establish_connection 'remote'

  has_and_belongs_to_many :products, class_name: 'RemoteProduct', join_table: 'products_tags', foreign_key: 'tag_id', association_foreign_key: 'product_id'
end


Version data entries

7 entries across 7 versions & 1 rubygems

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