Files
redpotion/lib/project/pro_motion/table.rb
2015-04-03 11:36:43 -07:00

8 lines
215 B
Ruby

module ProMotion
class TableScreen < TableViewController
# For some reason, this empty class definition is required
# or we get a NoMethodError with the `searchable`
# class method call. O_o
end
end