Rails 之 Model 简单一例

class Cruncher
  def crunch
    return 5
  end
end

编程技巧