Sha256: da0b9b8c020a4bd3797962387426adcf1d03093c8577bc73cd50e30e59be8d0d

Contents?: true

Size: 166 Bytes

Versions: 2

Compression:

Stored size: 166 Bytes

Contents

Dummy::Application.routes.draw do
  resources :drawings, :only => [:create, :show] do
    member do
      get 'sketchily'
      get 'sketchily_tag'
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sketchily-4.0.1 spec/dummy/config/routes.rb~
sketchily-4.0.0 spec/dummy/config/routes.rb~