diff options
author | Vipul A M <vipulnsward@gmail.com> | 2016-07-14 11:40:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-14 11:40:31 -0700 |
commit | 62514c5db76f77afc617cd02981a68abbcf58e87 (patch) | |
tree | 3b78524dd2eee3833f69909121557916630c8263 /guides/source | |
parent | b866be168049ea96444087046f4fca7bd64d618b (diff) | |
parent | 2f6832e2a2d8d9df0a126035903834d70f2b001a (diff) | |
download | rails-62514c5db76f77afc617cd02981a68abbcf58e87.tar.gz rails-62514c5db76f77afc617cd02981a68abbcf58e87.tar.bz2 rails-62514c5db76f77afc617cd02981a68abbcf58e87.zip |
Merge pull request #25831 from rbr/patch-1
Fix display of unsorted list in release notes of 5.0 [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/5_0_release_notes.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md index 857e82310c..3710247582 100644 --- a/guides/source/5_0_release_notes.md +++ b/guides/source/5_0_release_notes.md @@ -91,9 +91,9 @@ without having to rely on implementation details or monkey patching. Some things that you can achieve with this: -* The type detected by Active Record can be overridden. -* A default can also be provided. -* Attributes do not need to be backed by a database column. +- The type detected by Active Record can be overridden. +- A default can also be provided. +- Attributes do not need to be backed by a database column. ```ruby |