This website requires JavaScript.
Explore
Help
Sign In
penguincoder
/
barleysodas
Archived
Watch
1
Star
0
Fork
You've already forked barleysodas
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
This repository has been archived on
2020-05-27
. You can view files and clone it, but cannot push or open issues/pull-requests.
4670fc1a8a
barleysodas
/
app
/
helpers
/
beers_helper.rb
6 lines
101 B
Ruby
Raw
Blame
History
module
BeersHelper
def
abv
(
beer
)
number_to_percentage
(
beer
.
abv
,
{
:precision
=
>
1
}
)
end
end
Reference in New Issue
View Git Blame
Copy Permalink