This website works better with JavaScript.
Explore
Help
Sign In
karim.bogtob
/
correction-tp-rails
Watch
1
Star
2
Fork
You've already forked correction-tp-rails
0
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
a7ef122c7e
master
vincent-proposal
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'a7ef122c7e'
${ noResults }
correction-tp-rails
/
app
/
models
/
creature.rb
6 lines
93 B
Raw
Blame
History
class
Creature
<
ApplicationRecord
def
to_label
"
#{
name
}
(
#{
health_points
}
)
"
end
end
Reference in new issue
View Git Blame
Copy Permalink