debshots/db
Christoph Haas 8adf682a0b Migrations and helpers to move from Paperclip to ActiveStorage
To migrate the application as of April 2020:

• leave models/screenshot.rb with “has_attached_file”
• bundle exec rake db:migrate
• bin/move_paperclip_to_activestorage
• set models/screenshot.rb to “has_one_attached”
2020-04-20 20:24:59 +02:00
..
migrate Migrations and helpers to move from Paperclip to ActiveStorage 2020-04-20 20:24:59 +02:00
schema.rb Upgrade Rails 5.2 -> 6.0 2020-04-14 02:26:43 +02:00
seeds.rb Blank rails 4.0 project started 2013-07-27 00:19:29 +02:00