Sha256: 094bcdcdda27aafcf0cffa34e79fa104a28760a3eb877198ac4519f109ad419f

Contents?: true

Size: 130 Bytes

Versions: 4

Compression:

Stored size: 130 Bytes

Contents

module PersistentModels

  class Post
    include CleanModel::Persistent

    attribute :subject
    attribute :content
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
clean_model-0.0.9 spec/support/models/persistent_models.rb
clean_model-0.0.8 spec/support/models/persistent_models.rb
clean_model-0.0.7 spec/support/models/persistent_models.rb
clean_model-0.0.6 spec/support/models/persistent_models.rb