Fix indentation in CHANGELOG.md [ci skip]

This commit is contained in:
Ryuta Kamizono 2015-11-30 20:44:56 +09:00
parent e57daaae6e
commit d5007f183a

@ -211,9 +211,9 @@
Example:
config.generators do |g|
g.orm :active_record, primary_key_type: :uuid
end
config.generators do |g|
g.orm :active_record, primary_key_type: :uuid
end
*Jon McCartie*
@ -289,10 +289,10 @@
To load the fixtures file `accounts.yml` as the `User` model, use:
_fixture:
model_class: User
david:
name: David
_fixture:
model_class: User
david:
name: David
Fixes #9516.