Sha256: 71b69f73776da3af19ffdd99bd242a96ba9d0e3572809e03ac3fa7f8ce150f82

Contents?: true

Size: 726 Bytes

Versions: 5

Compression:

Stored size: 726 Bytes

Contents

using FubuMVC.Core;

namespace %NAMESPACE%
{
	public class %SHORT_NAME%Registry : FubuPackageRegistry
	{
		public %SHORT_NAME%Registry()
		{
			// The presence of this class by itself will allow you
			// to import Endpoint/Chains from this Bottle into the main
			// application
		
			// Register any custom FubuMVC policies, inclusions, or 
			// other FubuMVC configuration here for ONLY this bottle
			// Or leave as is to use the default conventions unchanged
		}
	}
	
	public class %SHORT_NAME%Extensions : IFubuRegistryExtension
	{
        public void Configure(FubuRegistry registry)
        {
            // Register any policies or services to be applied
			// to the global 
        }
	}
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fubu-2.0.0.1887.alpha bin/templates/alteration/fubumvc-bottle/BottleConfiguration.cs
fubu-2.0.0.1853.alpha bin/templates/alteration/fubumvc-bottle/BottleConfiguration.cs
fubu-2.0.0.1824.alpha bin/templates/alteration/fubumvc-bottle/BottleConfiguration.cs
fubu-1.0.0.391 bin/templates/alteration/fubumvc-bottle/BottleConfiguration.cs
fubu-0.9.9.370 bin/templates/alteration/fubumvc-bottle/BottleConfiguration.cs