Files
ProMotion/spec/helpers/table_screen_refreshable.rb
2013-05-07 00:21:58 -04:00

9 lines
100 B
Ruby

class TableScreenRefreshable < TableScreen
refreshable
def on_refresh
#do stuff
end
end