mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-15 20:05:13 +02:00
8 lines
87 B
Ruby
8 lines
87 B
Ruby
before do
|
|||
require_login!
|
|||
end
|
|||
|
|||
get "/projects/:id" do
|
|||
Project.find(params[:id])
|
|||
end
|