Description: Copy bare-bones view templates for overriding the ugly defaults that come with the engine. Example: rails generate mr_common:views This will create view overrides for customization at: app/views/mr_common/registrations/public/new.html.erb app/views/mr_common/registrations/success/index.html.erb app/views/mr_common/registration_mailer/confirmation.html.erb app/views/mr_common/registration_mailer/confirmation.text.erb