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
/
actionpack
/
test
/
controller
/
fake_models.rb
blob: 2761b09f2f00d110b79c49a3a9f7a1567d5fc624 (
plain
) (
tree
)
b549366216
1
2
3
4
5
class
Customer
<
Struct
.
new
(
:name
,
:id
)
def
to_param
id
.
to_s
end
end