jpalmieri / brewery

Make and share homebrew recipes (ones that actually make beer, irl)
http://brewery-jpalmieri.herokuapp.com
0 stars 0 forks source link

added batch size to recipe #9

Closed jpalmieri closed 9 years ago

jpalmieri commented 9 years ago

The batch size is the final volume of beer after the brewing process. This will be useful in calculating original gravity (e.g., https://github.com/jpalmieri/brewery/pull/7)

eliotsykes commented 9 years ago

Consider using stricter validation than presence validator for the numeric attributes: http://api.rubyonrails.org/classes/ActiveModel/Validations/HelperMethods.html#method-i-validates_numericality_of

jpalmieri commented 9 years ago

merged via rebase