Class: LabelupFaq::HelpController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/labelup_faq/help_controller.rb

Instance Method Summary collapse

Instance Method Details

#resourceObject



6
7
8
9
# File 'app/controllers/labelup_faq/help_controller.rb', line 6

def resource
  list = params[:resource].to_s.strip.empty? ? 'intro' : params[:resource]
  render list
end