Sha256: d35c22041eef2f13aef029cda9b3b99e4b6f079b20aff571039fcca91a9b2e2e
Contents?: true
Size: 487 Bytes
Versions: 1
Compression:
Stored size: 487 Bytes
Contents
# View options is a superset of the view_subdirs plugin, # which no longer exists. For backwards compatibility, # make attempts to load the view_subdirs plugin load the # view_options plugin instead. require 'roda/plugins/view_options' Roda::RodaPlugins.warn "The view_subdirs plugin is a deprecated alias for the view_options plugin that will be removed in Roda 3. Use the view_options plugin instead." Roda::RodaPlugins.register_plugin(:view_subdirs, Roda::RodaPlugins::ViewOptions)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
roda-2.29.0 | lib/roda/plugins/view_subdirs.rb |