Sha256: dd3787ed71231c5ddf793ab78496ca622e3a547704ecc46ba5a5c9d57d6c8f90
Contents?: true
Size: 337 Bytes
Versions: 1
Compression:
Stored size: 337 Bytes
Contents
Rails.application.routes.draw do |map| map.namespace(:exception2db) do |edb| edb.with_options :controller => 'main' do |m| m.index '/', :action => 'index' m.show ':id', :action => 'show' end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
exception2db-0.0.1 | config/routes.rb |