Sha256: 15377a0dae3636daaa31c122c4029228141b5c6993aa4a84e786a20b4703d5dd

Contents?: true

Size: 290 Bytes

Versions: 4

Compression:

Stored size: 290 Bytes

Contents

module Woo
  class StyleguideController < ApplicationController
    include StyleguideHelper

    # expose(:navigation) { navigation_hash() }

    def index
      @ui_elements = ui_elements
    end

    def page
      @page = current_page(params[:folder], params[:page])
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
woo-0.1.3 app/controllers/woo/styleguide_controller.rb
woo-0.1.2 app/controllers/woo/styleguide_controller.rb
woo-0.1.0 app/controllers/woo/styleguide_controller.rb
woo-0.1.0.pre1 app/controllers/woo/styleguide_controller.rb