mirror of
https://github.com/zhigang1992/redpotion.git
synced 2026-01-12 22:51:36 +08:00
5 lines
119 B
Ruby
5 lines
119 B
Ruby
class TestTableScreen < PM::TableScreen
|
|
include DelegateTestAttributes
|
|
def table_data; @table_data ||= []; end
|
|
end
|