Spree Frequently Asked Question

Build Status Coverage Status Code Climate Gem Version

An Spree Commerce extension for managing FAQs.

Installation

Add to your Gemfile:

gem 'spree-faq', '~> 2.2.0', require: 'spree_faq'

or:

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

Then run from the command line:

bundle install
rails g spree_faq:install

Contributing

See corresponding guidelines.


Copyright (c) 2009-2014 Josh Nussbaum, Tobias Bohwalli, and other contributors, released under the New BSD License