阅读背景:

使用Ruby on Rails格式化模型中的文本

来源:互联网 

How can I make this MVC?

我怎样才能制作这个MVC?

  class Product < ActiveRecord::Base
    validates :price, :presence => true

    def to_s
      "#{name} at #{number_to_currency(price)}"
    end

  end
  cl



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: