Sha256: 87af19aba539db8ab162ae8fdb090e332dc6b1b27b6df0640cdd06f8ecaaba59

Contents?: true

Size: 193 Bytes

Versions: 10

Compression:

Stored size: 193 Bytes

Contents

module Tenon
  class StyleguidesController < Tenon::BaseController
    respond_to :html

    def index
      @context_title = 'Styleguide'
      @mock = Tenon::Styleguide.new
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tenon-2.1.0 app/controllers/tenon/styleguides_controller.rb
tenon-2.0.8 app/controllers/tenon/styleguides_controller.rb
tenon-2.0.7 app/controllers/tenon/styleguides_controller.rb
tenon-2.0.6 app/controllers/tenon/styleguides_controller.rb
tenon-2.0.5 app/controllers/tenon/styleguides_controller.rb
tenon-2.0.4 app/controllers/tenon/styleguides_controller.rb
tenon-2.0.3 app/controllers/tenon/styleguides_controller.rb
tenon-2.0.2 app/controllers/tenon/styleguides_controller.rb
tenon-2.0.1 app/controllers/tenon/styleguides_controller.rb
tenon-2.0.0 app/controllers/tenon/styleguides_controller.rb