Class: Tenon::TenonContent::RowTypes::Base

Inherits:
Object
  • Object
show all
Defined in:
app/models/tenon/tenon_content/row_types/base.rb

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.form_partialObject

Returns the value of attribute form_partial.



6
7
8
# File 'app/models/tenon/tenon_content/row_types/base.rb', line 6

def form_partial
  @form_partial
end

.partialObject

Returns the value of attribute partial.



6
7
8
# File 'app/models/tenon/tenon_content/row_types/base.rb', line 6

def partial
  @partial
end

Class Method Details

.partial_pathObject



18
19
20
# File 'app/models/tenon/tenon_content/row_types/base.rb', line 18

def partial_path
  'tenon/tenon_content/row_types'
end