Sha256: fffd9bf57d2859052178a4648bc0519e493ae089d5ca11d619777860884f0c2e

Contents?: true

Size: 319 Bytes

Versions: 11

Compression:

Stored size: 319 Bytes

Contents

# encoding: utf-8

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

11 entries across 11 versions & 1 rubygems

Version Path
cells-3.3.10 test/app/cells/cells_test_one_cell.rb
cells-3.3.9 test/app/cells/cells_test_one_cell.rb
cells-3.3.8 test/app/cells/cells_test_one_cell.rb
cells-3.3.7 test/app/cells/cells_test_one_cell.rb
cells-3.3.6 test/app/cells/cells_test_one_cell.rb
cells-3.3.5 test/app/cells/cells_test_one_cell.rb
cells-3.3.4 test/app/cells/cells_test_one_cell.rb
cells-3.3.3 test/app/cells/cells_test_one_cell.rb
cells-3.3.2 test/app/cells/cells_test_one_cell.rb
cells-3.3.1 test/app/cells/cells_test_one_cell.rb
cells-3.3.0 test/app/cells/cells_test_one_cell.rb