Sha256: 3387752815fc60f4b3bf051c962d53e001bb222cbd485900f61680835f2998e4

Contents?: true

Size: 185 Bytes

Versions: 8

Compression:

Stored size: 185 Bytes

Contents

require_dependency "how_to/application_controller"

module HowTo
  class FaqController < ApplicationController
    before_filter :authorise_how_to_view!

    def show
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
how_to-2.0.4 app/controllers/how_to/faq_controller.rb
how_to-2.0.3 app/controllers/how_to/faq_controller.rb
how_to-2.0.2 app/controllers/how_to/faq_controller.rb
how_to-2.0.1 app/controllers/how_to/faq_controller.rb
how_to-2.0.0 app/controllers/how_to/faq_controller.rb
how_to-1.0.3 app/controllers/how_to/faq_controller.rb
how_to-1.0.2 app/controllers/how_to/faq_controller.rb
how_to-0.0.8 app/controllers/how_to/faq_controller.rb