cirandas.net

ref: master

plugins/social_statistics/config/routes.rb


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

  begin
    mount Blazer::Engine, at: "stats"
  rescue NameError
  end

end