Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save speratus/a3ca4928602afcdeae5fd2db02779f6d to your computer and use it in GitHub Desktop.
Save speratus/a3ca4928602afcdeae5fd2db02779f6d to your computer and use it in GitHub Desktop.
A very basic model to demonstrate ActiveStorage attachments
class User < ApplicationRecord
has_one_attached :avatar
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment