aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/digestor/messages/new.html+iphone.erb
Commit message (Collapse)AuthorAgeFilesLines
* Variants in ActionView::DigestorPiotr Chmolowski2014-03-041-0/+15
Take variants into account when calculating template digests in ActionView::Digest. Digestor#digest now takes a hash as an argument to support variants and allow more flexibility in the future. Old-style arguments have been deprecated. Fixes #14242