Skip to content

Commit

Permalink
Merge branch '2-1-stable' of github.com:tiagoamaro/spree_cpf into 2-1…
Browse files Browse the repository at this point in the history
…-stable
  • Loading branch information
tiagoamaro committed Dec 25, 2013
2 parents f27888f + a0e8c42 commit 27e6d88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
@@ -1,6 +1,7 @@
SpreeCpf
========

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/tiagoamaro/spree_cpf/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
[![Build Status](https://travis-ci.org/tiagoamaro/spree_cpf.png?branch=2-1-stable)](https://travis-ci.org/tiagoamaro/spree_cpf)
[![Coverage Status](https://coveralls.io/repos/tiagoamaro/spree_cpf/badge.png?branch=2-1-stable)](https://coveralls.io/r/tiagoamaro/spree_cpf?branch=2-1-stable)
[![Dependency Status](https://gemnasium.com/tiagoamaro/spree_cpf.png)](https://gemnasium.com/tiagoamaro/spree_cpf)
Expand All @@ -27,7 +28,7 @@ Set the preference in an initializer such as config/initializers/spree.rb:

```ruby
Spree.config do |config|
config.add_cpf_to_ship_address = true # Default is false
config.ship_address_has_cpf = true # Default is false
end
```

Expand Down

0 comments on commit 27e6d88

Please sign in to comment.