Sha256: 05bb40d7118af471eed27a8514accffc0fdb78c8d23d0978f1691ae110dd1102
Contents?: true
Size: 730 Bytes
Versions: 2
Compression:
Stored size: 730 Bytes
Contents
# == Schema Information # Schema version: 13 # # Table name: networks # # id :integer(11) not null, primary key # name :string(64) not null # active :boolean(1) default(TRUE), not null # created_at :datetime # updated_at :datetime # # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html network_1: name: Network 1 updated_at: 2007-08-15 15:06:02 id: "1" created_at: 2007-03-02 16:18:00 active: "1" network_2: name: Network 2 updated_at: 2007-08-15 15:06:13 id: "2" created_at: 2007-07-06 16:33:00 active: "1" disabled_network: name: Disabled network updated_at: 2007-08-15 15:06:37 id: "3" created_at: 2007-08-15 15:06:00 active: "0"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
advertnet-1.0.0 | test/fixtures/networks.yml |
advertnet-1.0.1 | test/fixtures/networks.yml |