Sha256: ee0fcaf357034c68a57067aa4d87d374380f0478f119379a9126c1503201d36a

Contents?: true

Size: 420 Bytes

Versions: 62

Compression:

Stored size: 420 Bytes

Contents

module Workarea
  module StyleGuides
    def index
    end

    def show
      module_path = self.class.parent.name.underscore
      category = "#{module_path}/style_guides/#{params[:category]}"

      if lookup_context.exists?(params[:id], [category], true)
        @style_guide_partial = "#{category}/#{params[:id]}"
      else
        raise ActionController::RoutingError.new('Not Found')
      end
    end
  end
end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-core-3.4.27 app/controllers/workarea/style_guides.rb
workarea-core-3.5.4 app/controllers/workarea/style_guides.rb
workarea-core-3.4.26 app/controllers/workarea/style_guides.rb
workarea-core-3.5.3 app/controllers/workarea/style_guides.rb
workarea-core-3.4.25 app/controllers/workarea/style_guides.rb
workarea-core-3.5.2 app/controllers/workarea/style_guides.rb
workarea-core-3.4.24 app/controllers/workarea/style_guides.rb
workarea-core-3.5.1 app/controllers/workarea/style_guides.rb
workarea-core-3.4.23 app/controllers/workarea/style_guides.rb
workarea-core-3.4.22 app/controllers/workarea/style_guides.rb
workarea-core-3.5.0 app/controllers/workarea/style_guides.rb
workarea-core-3.4.21 app/controllers/workarea/style_guides.rb
workarea-core-3.5.0.beta.1 app/controllers/workarea/style_guides.rb
workarea-core-3.4.20 app/controllers/workarea/style_guides.rb
workarea-core-3.4.19 app/controllers/workarea/style_guides.rb
workarea-core-3.4.18 app/controllers/workarea/style_guides.rb
workarea-core-3.4.17 app/controllers/workarea/style_guides.rb
workarea-core-3.4.16 app/controllers/workarea/style_guides.rb
workarea-core-3.4.15 app/controllers/workarea/style_guides.rb
workarea-core-3.4.14 app/controllers/workarea/style_guides.rb