Sha256: e1e63e9c5d4e94191668cd6be66cc0581144dfd2659101ca91c59fd9ca0ac351
Contents?: true
Size: 292 Bytes
Versions: 3
Compression:
Stored size: 292 Bytes
Contents
module Kalipso 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 end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jaysus-0.1.4 | spec/support/kalipso_site.rb |
jaysus-0.1.3 | spec/support/kalipso_site.rb |
jaysus-0.1.2 | spec/support/kalipso_site.rb |