Sha256: 8a2e00b2dffab766762d20c8f301587fbdf2225c5623fa79c948e43be97f9bf5
Contents?: true
Size: 188 Bytes
Versions: 3
Compression:
Stored size: 188 Bytes
Contents
class Review < ActiveRecord::Base belongs_to :business belongs_to :user structure do name rating -5..5 body "Lots of text\nMore text\nMore lines. Etc." end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
migrant-0.1.2 | test/additional_models/review.rb |
migrant-0.1.1 | test/additional_models/review.rb |
migrant-0.1.0 | test/additional_models/review.rb |