Sha256: 48c56fc60548cf0c8fc33aabaf7f7e7a8658d96356458798fc499ff690777de0

Contents?: true

Size: 131 Bytes

Versions: 2

Compression:

Stored size: 131 Bytes

Contents

class SimpleComponent < Netzke::Base
  def configure(c)
    c.bbar = ["Hello"]
    c.title = "SimpleComponent"
    super
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
netzke-core-0.8.3 test/core_test_app/app/components/simple_component.rb
netzke-core-0.8.2 test/core_test_app/app/components/simple_component.rb