private Method

TagHelper.content_tag_string(name, content, options, escape = true)

There's no documentation for this item.

Source Code

# File action_view/helpers/tag_helper.rb, line 106
def content_tag_string(name, content, options, escape = true)
  tag_options = tag_options(options, escape) if options
  "<#{name}#{tag_options}>#{content}</#{name}>"
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.