Class: Importance::BlankLayout
- Inherits:
-
Object
- Object
- Importance::BlankLayout
- Defined in:
- app/models/importance/blank_layout.rb
Direct Known Subclasses
Class Method Summary collapse
Class Method Details
.select_class ⇒ Object
3 4 5 |
# File 'app/models/importance/blank_layout.rb', line 3 def self.select_class "" end |
.submit_class ⇒ Object
7 8 9 |
# File 'app/models/importance/blank_layout.rb', line 7 def self.submit_class "" end |
.table_class ⇒ Object
11 12 13 |
# File 'app/models/importance/blank_layout.rb', line 11 def self.table_class "" end |
.wrapper_class ⇒ Object
15 16 17 |
# File 'app/models/importance/blank_layout.rb', line 15 def self.wrapper_class "" end |