projects
/
tech-radar-editor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
checkpoint: create/delete working now / existing tests passing / need moar tests
[tech-radar-editor.git]
/
web
/
controllers
/
page_controller.ex
1
defmodule TechRadarEditor.PageController do
2
use TechRadarEditor.Web, :controller
3
4
def index(conn, _params) do
5
render conn, "index.html"
6
end
7
end