Sha256: 047b04721030ed3a2d409c6a4969b89717aa1877f53b5eda2ef5282452f736f5
Contents?: true
Size: 232 Bytes
Versions: 2
Compression:
Stored size: 232 Bytes
Contents
Layout::Application.routes.draw do controller :samples do get :index get :show get :edit get :remove end controller :inherited do get :index end controller :no_layout_file do get :index end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
layout-0.2.1 | spec/support/config/routes.rb |
layout-0.2.0 | spec/support/config/routes.rb |