Sha256: d443e3ca434ee9b3579f9da9b753ed55496e82de9c0aacf5a1c48877320c724b

Contents?: true

Size: 1.04 KB

Versions: 9

Compression:

Stored size: 1.04 KB

Contents

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
one:
  id: 1
  name: enju_library
  display_name: "<%= I18n.locale %>: Enju Library"
  short_name: enju
  note: 
  my_networks: 0.0.0.0/0
  url: "http://localhost:3000/"
  admin_networks: 0.0.0.0/0
  user_id: 1

# == 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
#  created_at                  :datetime        not null
#  updated_at                  :datetime        not null
#  admin_networks              :text
#  allow_bookmark_external_url :boolean         default(FALSE), not null
#  position                    :integer
#  url                         :string(255)     default("http://localhost:3000/")
#

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
enju_bookmark-0.3.2 spec/fixtures/library_groups.yml
enju_bookmark-0.3.1 spec/fixtures/library_groups.yml
enju_bookmark-0.3.0 spec/fixtures/library_groups.yml
enju_bookmark-0.3.0.beta.1 spec/fixtures/library_groups.yml
enju_bookmark-0.2.2 spec/fixtures/library_groups.yml
enju_bookmark-0.2.1 spec/fixtures/library_groups.yml
enju_bookmark-0.2.0 spec/fixtures/library_groups.yml
enju_bookmark-0.2.0.beta.5 spec/fixtures/library_groups.yml
enju_bookmark-0.2.0.beta.3 spec/fixtures/library_groups.yml