| Class | Create |
| In: |
lib/generators/nifty/authentication/templates/migration.rb
lib/generators/nifty/scaffold/templates/migration.rb |
| Parent: | %= user_plural_class_name %> < ActiveRecord::Migration def self.up create_table :<%= user_plural_name %> do |t| t.string :username |