Sha256: 171acb5a7a6f63167d369f83565ae7d7a027ad91e9768e354ee371ba09da52dc
Contents?: true
Size: 245 Bytes
Versions: 11
Compression:
Stored size: 245 Bytes
Contents
class ExtendedComponentWithJsMixin < ComponentWithJsMixin js_mixin :some_method_set action :action_three js_property :title, "ExtendedComponentWithJsMixin" js_property :bbar, superclass.js_properties[:bbar] + [:action_three.action] end
Version data entries
11 entries across 11 versions & 1 rubygems