Sha256: d586c89fc6c018974f1759593aa28285913a9507c113525b825154c60f9f3259

Contents?: true

Size: 580 Bytes

Versions: 2

Compression:

Stored size: 580 Bytes

Contents

using FubuMVC.Core;

namespace %NAMESPACE%
{
	public class %SHORT_NAME%Registry : FubuPackageRegistry
	{
		public %SHORT_NAME%Registry()
		{
			// 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

2 entries across 2 versions & 1 rubygems

Version Path
fubu-0.9.9.317 bin/templates/alteration/fubu-bottle/BottleConfiguration.cs
fubu-0.9.9.299 bin/templates/alteration/fubu-bottle/BottleConfiguration.cs