Skip to content

Instantly share code, notes, and snippets.

@jmarnold
Created September 1, 2012 19:14
Show Gist options
  • Save jmarnold/3583912 to your computer and use it in GitHub Desktop.
Save jmarnold/3583912 to your computer and use it in GitHub Desktop.
Simplified fubu registry
public class ConfigureFubuMVC : FubuRegistry
{
public ConfigureFubuMVC()
{
IncludeDiagnostics(true);
ApplyHandlerConventions<HandlersMarker>();
Views.TryToAttachWithDefaultConventions();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment