module Toji::Ingredient::Yeast

Public Instance Methods

ingredient_key() click to toggle source

酵母名、協会酵母番号 @dynamic brand

# File lib/toji/ingredient/yeast.rb, line 16
def ingredient_key
  [brand, unit].join(":")
end