index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
guides
/
code
/
getting_started
/
app
/
controllers
/
welcome_controller.rb
blob: f9b859b9c99680a5e715b5d7bd802b09a75a1fc8 (
plain
) (
tree
)
983687a9e5
1
2
3
4
class
WelcomeController
<
ApplicationController
def
index
end
end