Sha256: a3e80c126f11cf958b2e2884d2b9afb267500b30fb2495c665433fb644355cd7

Contents?: true

Size: 156 Bytes

Versions: 4

Compression:

Stored size: 156 Bytes

Contents

Rails.application.routes.draw do
  if Rails.env.development?
    namespace :manageable do
      match "styleguides" => "styleguides#index"
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
manageable-0.1.4 config/routes.rb
manageable-0.1.3 config/routes.rb
manageable-0.1.2 config/routes.rb
manageable-0.1.1 config/routes.rb