Sha256: cf636c83f0ec1efb24dd839d4468459a2cb319e2d5f68ef615c34aae1cc6c275

Contents?: true

Size: 193 Bytes

Versions: 3

Compression:

Stored size: 193 Bytes

Contents

module Scoped
  module DeeplyScoped
    class Scoping < Scoped::Scoping
      def configure(c)
        super
        c.title = c.title + " extended in DeeplyScoped"
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
netzke-core-0.8.4 test/core_test_app/app/components/scoped/deeply_scoped/scoping.rb
netzke-core-0.8.3 test/core_test_app/app/components/scoped/deeply_scoped/scoping.rb
netzke-core-0.8.2 test/core_test_app/app/components/scoped/deeply_scoped/scoping.rb