projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
more basic framework
[rails.git]
/
app
/
controllers
/
user_controller.rb
1
class UserController < ApplicationController
2
3
def new
4
5
end
6
end