Sha256: ee58c5b71e87261a1e49bcdeb5aead66bc5e12b39eb1332fc7c7042ca146e4e1

Contents?: true

Size: 388 Bytes

Versions: 1

Compression:

Stored size: 388 Bytes

Contents

class Roda
  module RodaPlugins
    warn 'The static_path_info plugin is deprecated and will be removed in Roda 3.  It has been a no-op since Roda 2, and can just be removed from the application.'

    module StaticPathInfo
    end

    # For backwards compatibilty, don't raise an error
    # if trying to load the plugin
    register_plugin(:static_path_info, StaticPathInfo)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
roda-2.29.0 lib/roda/plugins/static_path_info.rb