ruby-
文章平均质量分 73
冰凌花花
欢迎来到我的博客, 本人乃互联网行业一枚小小的螺丝钉—非典型程序员妹子.
展开
-
Instance Variables in ruby
Dogs have many shared characteristics, like the abilities to wag their tails and drink water from a bowl, but they also have information about them that is variable,like their breed or their name.原创 2016-05-01 14:16:53 · 402 阅读 · 0 评论 -
使用update!导致的更新时候的错误信息不显示 ruby on rails
在图片管理里添加了校验方法之后,发现在更新的时候页面不显示校验报错的信息class Picture < ApplicationRecord belongs_to :imageable, polymorphic: true validates :name, uniqueness: { scope: :imageable_id, scope: :imageable_type}end原创 2016-09-06 16:26:03 · 1048 阅读 · 0 评论