db:schema:load sets up database from schema.rb file deleting all data
db:migrate sets up database structure from db/migrations sustaining all data
exception.methods - Object.methods
image_asset_link.save(validate: false)
cat ~/.pry-history
include Rails.application.routes.url_helpers
users_path #=> '/users/# fetch Producttests and preload associated model Participants on the fly
pt = Bl::Producttest.preload(:participants)
# check that Participants go loaded
pt.first.association_cache.keys # => [:participants, :participation_requests]