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