Sha256: 5038cced75e4c19e8f53c5cf1d48cd1657c7c0e620cc9082994b7875efde3990
Contents?: true
Size: 472 Bytes
Versions: 12
Compression:
Stored size: 472 Bytes
Contents
# Whitelist here modules and sub-modules which resources should be predefined # e.g. [nil, 'front', 'front/products'] if you have # Front::SomeController and Front::Products::AnotherController # with the associated namespaces in your routes # and want to predefine resources with no namespace # Joosy.defineResources <%= "<%= Joosy.resources [nil, '" + file_name + "'] %" + ">" %> # or predefine all resources Joosy.defineResources <%= "<%= Joosy.resources %" + ">" %>
Version data entries
12 entries across 12 versions & 1 rubygems