lib/padrino-gen/generators/model.rb in padrino-gen-0.9.6 vs lib/padrino-gen/generators/model.rb in padrino-gen-0.9.7

- old
+ new

@@ -41,8 +41,8 @@ create_model_migration(migration_name, name, fields) unless options[:skip_migration] else say "You are not at the root of a Padrino application! (config/boot.rb not found)" and return unless in_app_root? end end - end - end -end + end # Model + end # Generators +end # Padrino \ No newline at end of file