Skip to content

Instantly share code, notes, and snippets.

@YanhaoYang
Created October 29, 2014 13:43
Show Gist options
  • Save YanhaoYang/a07032ab0148ab813565 to your computer and use it in GitHub Desktop.
Save YanhaoYang/a07032ab0148ab813565 to your computer and use it in GitHub Desktop.
Get template digest in controllers
def template_digest
tmpl = lookup_context.find(action_name, _prefixes)
ActionView::Digestor.digest(name: tmpl.virtual_path, finder: lookup_context)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment