Sha256: 80bcd2d8af3ddb8e86e31838097e66eeb87118de7f25eabdce858bf02b7e3d90
Contents?: true
Size: 300 Bytes
Versions: 1
Compression:
Stored size: 300 Bytes
Contents
class CellsTestOneCell < Cell::Base def super_state @my_class = self.class.to_s return end def instance_view end def view_for_state(state) if state.to_s == 'instance_view' return 'cells_test_one/renamed_instance_view' end end def state_with_no_view end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cells-2.3.0 | test/cells/cells_test_one_cell.rb |