gdpelican/babble

View on GitHub
app/routes/discourse.rb

Summary

Maintainability
A
0 mins
Test Coverage
Discourse::Application.routes.append do
  mount ::Babble::Engine, at: "/babble", :as => "babble"
  namespace :admin, constraints: StaffConstraint.new do
    resources :chats, only: [:show, :index]
  end
end