Sha256: 6e802f546d74a0dd17584cddcd7f0f9e053ea6f3a77affb474b31a6cd266ee31
Contents?: true
Size: 245 Bytes
Versions: 4
Compression:
Stored size: 245 Bytes
Contents
module Site class Base < Jaysus::Base primary_key :id attribute :id attribute :title attribute :user_id end class Local < Base include Jaysus::Local end class Remote < Base include Jaysus::Remote end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
jaysus-0.1.3 | spec/support/site.rb |
jaysus-0.1.2 | spec/support/site.rb |
jaysus-0.1.1 | spec/support/site.rb |
jaysus-0.1.0 | spec/support/site.rb |