cirandas.net

ref: master

config/routes/03_assets.rb


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
Noosfero::Application.routes.draw do

  match 'images(/*stuff)', to: 'not_found#nothing', via: :all
  match 'stylesheets(/*stuff)', to: 'not_found#nothing', via: :all
  match 'designs(/*stuff)', to: 'not_found#nothing', via: :all
  match 'articles(/*stuff)', to: 'not_found#nothing', via: :all
  match 'javascripts(/*stuff)', to: 'not_found#nothing', via: :all
  match 'thumbnails(/*stuff)', to: 'not_found#nothing', via: :all
  match 'user_themes(/*stuff)', to: 'not_found#nothing', via: :all

end