Sha256: c464dfab00bb9833123fe472478a9b5cfaf37a37761f733bfd740686e3fb5ce2

Contents?: true

Size: 228 Bytes

Versions: 4

Compression:

Stored size: 228 Bytes

Contents

module LabelupFaq
  class HelpController < ::ApplicationController

    helper Engine.helpers

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


  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
labelup_faq-0.0.12 app/controllers/labelup_faq/help_controller.rb
labelup_faq-0.0.11 app/controllers/labelup_faq/help_controller.rb
labelup_faq-0.0.10 app/controllers/labelup_faq/help_controller.rb
labelup_faq-0.0.9 app/controllers/labelup_faq/help_controller.rb