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
Unify the behavior of :layout and :cache_path options
Previously the :layout option would only work with a Proc or an
object that responded to call and wasn't executed in the context
of the controller instance whereas :cache_path would also accept
a Symbol and was executed in the context of the controller.
0 commit comments