Sha256: f7861af5cd3e3c84fdfc15150ec4f5d911969b5b0816319d8f73b084da12bef2

Contents?: true

Size: 103 Bytes

Versions: 3

Compression:

Stored size: 103 Bytes

Contents

class Post < ApplicationRecord
  has_one_attached :cover_image

  validates :title, presence: true
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
administrate-field-active_storage-1.0.2 test_app/app/models/post.rb
administrate-field-active_storage-1.0.1 test_app/app/models/post.rb
administrate-field-active_storage-1.0.0 test_app/app/models/post.rb