Sha256: 70e1a0bd8e1dd4da88b56e5ac4b84ae841ee77cb0526f210d0b954a1620f1dd1

Contents?: true

Size: 219 Bytes

Versions: 3

Compression:

Stored size: 219 Bytes

Contents

class FaqsController < Spree::BaseController
  helper 'spree/base'

  def index
    @categories = QuestionCategory.all :include => :questions
  end

  def default_title
    I18n.t 'frequently_asked_questions'
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spree_faq-3.0.5 app/controllers/faqs_controller.rb
spree_faq-3.0.4 app/controllers/faqs_controller.rb
spree_faq-3.0.3 app/controllers/faqs_controller.rb