module AssetHelper def asset(type, identifier) { img: "", js: "", css: "" }[type] end end