Skip to content

Commit

Permalink
added message about Rails view methods not being available in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Zelenak committed Aug 5, 2008
1 parent 94d6324 commit 2acbd55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README
Expand Up @@ -71,7 +71,9 @@ end
This presumes you have a directory in your Rails views directory called "oembed", and a file
of the form "video.html.erb" or "video.rhtml". Haml templates are also supported (Erubis too). If you are
not using Rails, you may still use the template functionality, but you must specify the full path
to the template. See the RDocs for OEmbed::TemplateResolver for more information.
to the template. In either case, you will not have access to any special "template" functionality
(such as Rails' link_to, image_tag, etc.); the templates are processed outside the Rails app Template
processing functionality. See the RDocs for OEmbed::TemplateResolver for more information.



Expand Down

0 comments on commit 2acbd55

Please sign in to comment.