crummy icon indicating copy to clipboard operation
crummy copied to clipboard

Tasty breadcrumbs! Crummy is a simple and tasty way to add breadcrumbs to your Rails applications.

Results 11 crummy issues
Sort by recently updated
recently updated
newest added

This line ``` name = name.call(instance) if name.is_a?(Proc) ``` overwrites procedure passed as name parameter to `add_crumb` call so it is invoked only once and any subsequent calls to controller...