Skip to content

Instantly share code, notes, and snippets.

@dwilkins
Created July 11, 2017 20:09
Show Gist options
  • Save dwilkins/ed7ad47997c6203e53cbacc2d28658be to your computer and use it in GitHub Desktop.
Save dwilkins/ed7ad47997c6203e53cbacc2d28658be to your computer and use it in GitHub Desktop.
User Model
class User < ActiveRecord::Base # model
dragonfly_accessor :photo
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment