Sha256: ae8af6eff77c573e12f6db1309e594fc10e5c63d1e95a84f631713613ff61622

Contents?: true

Size: 139 Bytes

Versions: 5

Compression:

Stored size: 139 Bytes

Contents

module PersistentModels

  class Post
    include CleanModel::Persistent

    attribute :subject
    attribute :content
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
clean_model-0.0.5 spec/support/models/persistent_models.rb
clean_model-0.0.4 spec/support/models/persistent_models.rb
clean_model-0.0.3 spec/support/models/persistent_models.rb
clean_model-0.0.2 spec/support/models/persistent_models.rb
clean_model-0.0.1 spec/support/models/persistent_models.rb