Rails g migration - not working in engine -


i have rails (4.2) engine gem i'm writing. running: rails g migration anything gives command info

  usage:   rails new app_path [options] 

what missing gem/engine run rails generators?

update: didn't create namespaced engine. works fine in other engines must have done different in this..


Comments

Popular posts from this blog

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -