You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reserved configuration option prevents generated slugs from being from a list of
"reserved" names (e.g. colliding with routes, etc.) (#2, thanks @ceejayoz).
1.0.0 - 18-Jun-2013
First non-beta release.
$sluggable property of model switched back to static, maintains L3 compatability (thanks @orkhan).
Updated type hinting in Sluggable::make() to better handle extended models (#1, thanks @altrim).