module Lucky::EnforceUnderscoredRoute

Overview

Include this in your actions to enforce underscores are used in your paths

This is purely to help maintain consistency in your app and can be removed if desired.

Defined in:

lucky/enforce_underscored_route.cr

Macro Summary

Macro Detail

macro enforce_route_style(path, action) #

[View source]