aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template/types.rb
Commit message (Collapse)AuthorAgeFilesLines
* These are already required through AS/railsAkira Matsuda2013-01-061-1/+0
| | | | | | | * core_ext/object/blank * concern * core_ext/class/attribute * deprecation
* Implement ActionView::Template::TypesPiotr Sarnacki2012-08-281-0/+58
AV::Template::Types is a small abstraction to allow to specify template types that can be used in ActionView. When Action Pack is loaded it's replaced with Mime::Type.