Class: Helpdesk::FaqsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/helpdesk/faqs_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#default_url_options, #ensure_user

Instance Method Details

#indexObject



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

def index
  @faqs = Helpdesk::Faq.active
end