Sha256: 88e370b6139ce0b948bb810206f1c6b3b78e5e81b2ed93a8eaf95d9d0737255d

Contents?: true

Size: 176 Bytes

Versions: 7

Compression:

Stored size: 176 Bytes

Contents

# Also test automatical base-class creation

class CourseShow < View
  def layout
    show_block :names
  end
  
  def rpc_test( m, s, p )
    dputs( 0 ){ p.inspect }
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
qooxview-1.9.1312 test/views/courseshow.rb
qooxview-1.9.13.pre.12 test/views/courseshow.rb
qooxview-1.9.13.pre.11 test/views/courseshow.rb
qooxview-1.9.13.pre.10 test/views/courseshow.rb
qooxview-1.9.11 test/views/courseshow.rb
qooxview-1.9.10 test/views/courseshow.rb
qooxview-1.9.9 test/views/courseshow.rb