Class: Plugins::Core::AssetInfoCell

Inherits:
Cell
  • Object
show all
Includes:
ActionView::Helpers::NumberHelper
Defined in:
app/cells/plugins/core/asset_info_cell.rb

Instance Method Summary collapse

Methods inherited from Cell

#required?

Instance Method Details

#indexObject



13
14
15
# File 'app/cells/plugins/core/asset_info_cell.rb', line 13

def index
  render
end

#showObject



9
10
11
# File 'app/cells/plugins/core/asset_info_cell.rb', line 9

def show
  render
end