Method: Proton::Page#default_ext
- Defined in:
- lib/proton/page.rb
#default_ext ⇒ Object
237 238 239 240 241 242 243 244 |
# File 'lib/proton/page.rb', line 237 def default_ext case mime_type when 'text/html' then 'html' when 'text/css' then 'css' when 'text/xml' then 'xml' when 'application/javascript' then 'js' end end |