Sha256: 739f8804d267db17df2992b7710b66d134aa094241c068de3de21545a37d3277
Contents?: true
Size: 353 Bytes
Versions: 4
Compression:
Stored size: 353 Bytes
Contents
Rails.application.routes.draw do namespace :presentation do controller 'assets' do match 'stylesheets/:id.:format', :as => 'stylesheet', :action => 'stylesheet', :constraints => {:format => 'css'} match 'javascript/:id.:format', :as => 'javascript', :action => 'javascript', :constraints => {:format => 'js'} end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
presenting-2.0.3 | config/routes.rb |
presenting-2.0.2 | config/routes.rb |
presenting-2.0.1 | config/routes.rb |
presenting-2.0.0 | config/routes.rb |