Skip to content

Commit bf3f33c

Browse files
committed
Merge branch 'inline_badge_links'
2 parents a14e7f0 + d5e9229 commit bf3f33c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![Build Status][BS img]](https://travis-ci.org/saveriomiroddi/json_on_rails)
2-
[![Coverage Status][CS img]](https://coveralls.io/r/saveriomiroddi/json_on_rails)
1+
[![Build Status](https://travis-ci.org/saveriomiroddi/json_on_rails)](https://travis-ci.org/saveriomiroddi/json_on_rails.svg?branch=master)
2+
[![Coverage Status](https://coveralls.io/repos/github/saveriomiroddi/json_on_rails/badge.svg?branch=master)](https://coveralls.io/github/saveriomiroddi/json_on_rails?branch=master)
33

44
# JSON on Rails
55

@@ -74,6 +74,3 @@ User.last.extras.fetch("uses") # => ["mysql", "json"]
7474
Don't forget that JSON doesn't support symbols, therefore, they can be set, but are accessed/loaded as strings.
7575

7676
Users are encouraged to have a look at the test suite ([here](spec/json_on_rails/json_attributes_spec.rb) and [here](spec/json_on_rails/arel_methods_spec.rb)) for an exhaustive view of the functionality.
77-
78-
[BS img]: https://travis-ci.org/saveriomiroddi/json_on_rails.svg?branch=master
79-
[CS img]: https://coveralls.io/repos/saveriomiroddi/json_on_rails/badge.png?branch=master

0 commit comments

Comments
 (0)