Merge branch 'wiki'
This commit is contained in:
commit
e75a42d509
146 changed files with 6300 additions and 261 deletions
26
test/fixtures/pages.yml
vendored
Normal file
26
test/fixtures/pages.yml
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# == Schema Information
|
||||
#
|
||||
# Table name: pages
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# title :string(255)
|
||||
# body :text
|
||||
# permalink :string(255)
|
||||
# lock_version :integer default(0)
|
||||
# updated_by :integer
|
||||
# redirect :integer
|
||||
# created_at :datetime
|
||||
# updated_at :datetime
|
||||
#
|
||||
|
||||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
|
||||
one:
|
||||
title: MyString
|
||||
body: MyText
|
||||
permalink: MyString
|
||||
|
||||
two:
|
||||
title: MyString
|
||||
body: MyText
|
||||
permalink: MyString
|
||||
Loading…
Add table
Add a link
Reference in a new issue