mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-29 16:22:44 -04:00
5 lines
No EOL
136 B
Ruby
5 lines
No EOL
136 B
Ruby
Rails.application.routes.draw do
|
|
|
|
put 't/:slug/:topic_id/complete' => 'topics#complete', :constraints => {:topic_id => /\d+/}
|
|
|
|
end |