Skip to content

Commit

Permalink
making AddMappingsFromAssembly add the class mappings to the configur…
Browse files Browse the repository at this point in the history
…ation

Signed-off-by: James Gregory <james@jagregory.com>
  • Loading branch information
tunatoksoz authored and jagregory committed Aug 15, 2009
1 parent 79b9f9d commit f04b53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FluentNHibernate/Extensions.cs
Expand Up @@ -13,7 +13,7 @@ public static class ConfigurationHelper
public static Configuration AddMappingsFromAssembly(this Configuration configuration, Assembly assembly)
{
var models = new PersistenceModel();
//models.AddMappingsFromAssembly(assembly);
models.AddMappingsFromAssembly(assembly);
models.Configure(configuration);

return configuration;
Expand Down

0 comments on commit f04b53a

Please sign in to comment.