Sha256: ee9a43aefe1f9e6e1fdbc2d9a93f9a1502d3ab977f63f0965417126ff1e8fb8d

Contents?: true

Size: 188 Bytes

Versions: 3

Compression:

Stored size: 188 Bytes

Contents

module MyApp
  class LegacySharedModule < Alephant::Renderer::Views::Html
    self.template_path = '/ignored/path/to/shared/templates'
    def module_type
      'legacy'
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
alephant-renderer-3.2.0 spec/integration/fixtures/components/test-renderer/models/legacy_shared_module.rb
alephant-renderer-3.1.0 spec/integration/fixtures/components/test-renderer/models/legacy_shared_module.rb
alephant-renderer-3.0.0 spec/integration/fixtures/components/test-renderer/models/legacy_shared_module.rb