lib/generators/templates/ts_schema.rb in ts_schema-0.1.4 vs lib/generators/templates/ts_schema.rb in ts_schema-0.1.5

- old
+ new

@@ -39,9 +39,14 @@ # config.default_type = :string # Whether to generate types for associations # config.include_associated = true + # Additional models to map which don't have a model file + # config.additional_models = [ + # + # ] + # Namespace # config.namespace = :schema # Options: tab|space # config.indent = :tab