Sha256: 04bf0f606b88b65cdd6eed3ba6bfd4d809fdf3ffab4d1ab738d1b724195d09e8
Contents?: true
Size: 453 Bytes
Versions: 7
Compression:
Stored size: 453 Bytes
Contents
class AView < View def layout set_data_class :Persons show_find :person_id show_block :block_one show_block :block_two show_int_ro :ro_int show_list_ro :ro_list, '[1,2,3]' show_list_ro :ro_list2 show_fromto :duration show_list :worker, 'Entities.Persons.list_first_name' @order = 60 end def test_sub return 2 end def update( session ) update_form_data( session.owner ) end end
Version data entries
7 entries across 7 versions & 1 rubygems