Sha256: c68ee40a775815286d08325800d2d2ca41b11a99fc620eb48eb85c9e3e0ecbf1

Contents?: true

Size: 1.26 KB

Versions: 1

Compression:

Stored size: 1.26 KB

Contents

# Spree Frequently Asked Question

[![Build Status](https://travis-ci.org/futhr/spree-faq.png?branch=2-1-stable)](https://travis-ci.org/futhr/spree-faq)
[![Coverage Status](https://coveralls.io/repos/futhr/spree-faq/badge.png?branch=2-1-stable)](https://coveralls.io/r/futhr/spree-faq)
[![Code Climate](https://codeclimate.com/github/futhr/spree-faq.png)](https://codeclimate.com/github/futhr/spree-faq)
[![Gem Version](https://badge.fury.io/rb/spree-faq.png)](http://badge.fury.io/rb/spree-faq)

An Spree Commerce extension for managing FAQs.

## Installation

Add to your `Gemfile`:

```ruby
gem 'spree-faq', '~> 2.1.0', require: 'spree_faq'
```

or:

```ruby
gem 'spree-faq', github: 'futhr/spree-faq', require: 'spree_faq', branch: '2-1-stable'
```


Then run from the command line:

    bundle install
    rails g spree_faq:install

---

## Contributing

See corresponding [guidelines][1].

---

Copyright (c) 2009-2014 [Josh Nussbaum][2], [Tobias Bohwalli][3], and other [contributors][4], released under the [New BSD License][5]

[1]: https://github.com/futhr/spree-faq/blob/master/CONTRIBUTING.md
[2]: https://github.com/joshnuss
[3]: https://github.com/futhr
[4]: https://github.com/futhr/spree-faq/graphs/contributors
[5]: https://github.com/futhr/spree-faq/blob/master/LICENSE.md

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree-faq-2.1.1 README.md