Add `namespace` option to generators
Created by: gracewashere
https://github.com/thoughtbot/administrate/pull/339 lets Administrate work with namespaces other than admin
, but the generators are still hard-coded to use that namespace.
The generators should either accept an optional namespace argument, or read the namespace from a configuration file or initializer.