Sha256: 3a3ca774bee1ee4b0dd278bffe4a66437797dcdc9801b2425cb0dd95504b1f16

Contents?: true

Size: 175 Bytes

Versions: 3

Compression:

Stored size: 175 Bytes

Contents

module MyApp
  class LegacyModule < Alephant::Renderer::Views::Html
    self.template_path = '/ignored/path/to/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_module.rb
alephant-renderer-3.1.0 spec/integration/fixtures/components/test-renderer/models/legacy_module.rb
alephant-renderer-3.0.0 spec/integration/fixtures/components/test-renderer/models/legacy_module.rb