Class: FaqsController

Inherits:
Spree::BaseController
  • Object
show all
Defined in:
app/controllers/faqs_controller.rb

Instance Method Summary collapse

Instance Method Details

#default_titleObject



8
9
10
# File 'app/controllers/faqs_controller.rb', line 8

def default_title
  I18n.t 'frequently_asked_questions'
end

#indexObject



4
5
6
# File 'app/controllers/faqs_controller.rb', line 4

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