Sha256: a5afee94949876886a9ad7079be35a58d420e863ac56d653c0735b7890f09613

Contents?: true

Size: 862 Bytes

Versions: 7

Compression:

Stored size: 862 Bytes

Contents

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
one:
  id: 1
  name: unknown
  display_name: unknown
  short_name: unknown
  note: 
  my_networks: "0.0.0.0/0\r\n\
    ::/0"
  url: "http://localhost:3000/"
  position: 1
  login_banner: "*Next-L Enju*"
  admin_networks: "0.0.0.0/0\r\n\
    ::/0"

# == Schema Information
#
# Table name: library_groups
#
#  id             :integer          not null, primary key
#  name           :string(255)      not null
#  display_name   :text
#  short_name     :string(255)      not null
#  my_networks    :text
#  login_banner   :text
#  note           :text
#  country_id     :integer
#  position       :integer
#  created_at     :datetime         not null
#  updated_at     :datetime         not null
#  admin_networks :text
#  url            :string(255)      default("http://localhost:3000/")
#

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
enju_library-0.1.0.pre40 spec/fixtures/library_groups.yml
enju_library-0.1.0.pre39 spec/fixtures/library_groups.yml
enju_library-0.1.0.pre38 spec/fixtures/library_groups.yml
enju_library-0.1.0.pre37 spec/fixtures/library_groups.yml
enju_library-0.1.0.pre36 spec/fixtures/library_groups.yml
enju_library-0.1.0.pre35 spec/fixtures/library_groups.yml
enju_library-0.1.0.pre34 spec/fixtures/library_groups.yml