Using rails 5 I added the gem
gem 'draper', '3.0.0.pre1'
then when I call the install generator I get an error
Could not find generator 'draper:install'. Maybe you meant 'devise:install', 'config:install' or 'responders:install'
Anything Im doing wrong here?