Class: Importance::BlankLayout

Inherits:
Object
  • Object
show all
Defined in:
app/models/importance/blank_layout.rb

Direct Known Subclasses

BootstrapLayout

Class Method Summary collapse

Class Method Details

.select_classObject



3
4
5
# File 'app/models/importance/blank_layout.rb', line 3

def self.select_class
  ""
end

.submit_classObject



7
8
9
# File 'app/models/importance/blank_layout.rb', line 7

def self.submit_class
  ""
end

.table_classObject



11
12
13
# File 'app/models/importance/blank_layout.rb', line 11

def self.table_class
  ""
end

.wrapper_classObject



15
16
17
# File 'app/models/importance/blank_layout.rb', line 15

def self.wrapper_class
  ""
end