Sha256: aaec91d191a4e4636a0bfe71eeb30a9ff6851eee7516a1cda93784997f647f8c
Contents?: true
Size: 1.2 KB
Versions: 7
Compression:
Stored size: 1.2 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/" settings: <% if Rails::VERSION::MAJOR > 3 %> "{\"max_number_of_results\":200,\"family_name_first\":true}" <% else %> "---\n:max_number_of_results: 200\n:family_name_first: true\n" <% end %> # == 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
7 entries across 7 versions & 1 rubygems