Lato is a Rails engine used to develop modular admin panels. This is the module used to manage attachments and media files.
Install lato_core gem as required dependency.
Add the lato_media gem on your Gemfile:
gem 'lato_media'
Install the gem:
bundle install
Copy the migrations:
rails lato_media:install:migrations
Exec migrations:
bundle exec rake db:migrate