# app/models/bucket.rb class Bucket < ApplicationRecord validates_presence_of :title has_many_attached :files end