mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 19:08:10 -05:00
5 lines
133 B
Ruby
5 lines
133 B
Ruby
Rails.application.routes.draw do
|
|
|
|
put 't/:slug/:topic_id/complete' => 'topics#complete', :constraints => {:topic_id => /\d+/}
|
|
|
|
end
|