Type:
Module
This module provides methods for generating HTML that links views to assets such as images, javascripts, stylesheets, and feeds. These methods do not verify the assets exist before linking to them:
image_tag("rails.png") # => <img alt="Rails" src="/assets/rails.png" /> stylesheet_link_tag("application") # => <link href="/assets/application.css?body=1" media="screen" rel="stylesheet" />