:highlights_on proc should optionally be in an array (like :disabled_if)
zubin opened this issue · 2 comments
zubin commented
ie this should also work:
:highlights_on => proc { Time.now.wday == 2 || !logged_in? }
jejacks0n commented
That's a good idea.. as soon as time permits I will make this adjustment.
jejacks0n commented
I obviously never got to this, but I believe it'll be fixed when I push the rewrite.