Sha256: 28a68ce14635c3efc8b733643b61a0813abd7259b6884dbdee39c5c9688b8ffa

Contents?: true

Size: 187 Bytes

Versions: 7

Compression:

Stored size: 187 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

7 entries across 7 versions & 1 rubygems

Version Path
how_to-0.0.7 app/controllers/how_to/faq_controller.rb
how_to-0.0.6 app/controllers/how_to/faq_controller.rb
how_to-0.0.5 app/controllers/how_to/faq_controller.rb
how_to-0.0.4 app/controllers/how_to/faq_controller.rb
how_to-0.0.3 app/controllers/how_to/faq_controller.rb
how_to-0.0.2 app/controllers/how_to/faq_controller.rb
how_to-0.0.1 app/controllers/how_to/faq_controller.rb