Skip to content

Instantly share code, notes, and snippets.

@quirkey
Created January 9, 2009 21:02
Show Gist options
  • Select an option

  • Save quirkey/45280 to your computer and use it in GitHub Desktop.

Select an option

Save quirkey/45280 to your computer and use it in GitHub Desktop.
def template_exists?(template_path)
ActionView::Template.new(template_path, self.view_paths)
rescue ActionView::MissingTemplate
false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment