This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
c0e554c943
rails--rails
/
test
/
stubs
/
user.rb
12 lines
127 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add some more tests
2015-07-12 11:07:31 -04:00
class
User
attr_reader
:name
def
initialize
(
name
)
@name
=
name
end
Connection identifier tests
2015-07-12 14:36:42 -04:00
def
to_global_id
"
User
#
#{
name
}
"
end
Add some more tests
2015-07-12 11:07:31 -04:00
end
Copy permalink