ComfyFaq is an simple faq management engine for ComfortableMexicanSofa (version 1.8.x).
- Ability to set up multiple faq per site
Add gem definition to your Gemfile:
gem 'comfy_faq'
Then from the Rails project's root run:
bundle install
rails generate comfy:faq
rake db:migrate
Take a look inside your config/routes.rb
file and you should see following lines there:
comfy_route :faq_admin, path: 'admin'
comfy_route :faq, path: 'faq'
You should also find view templates in /app/views/cms/faq
folder. Feel free to adjust them as you see fit.
Copyright 2014 Tomasz Pajor, Montrose Software LLC