Personalized generator for scaffolds.
Add this line to your application's Gemfile:
group :development do
gem 'nu-generators', '~> 0.0.3'
end
And then execute:
$ bundle install
$ rails generate nu:scaffold NAME [field:type field:type] [options]
$ rails generate nu:devise_views [options]