module GridTable::Model

Attributes

grid_table[RW]

Public Instance Methods

grid_table_control(attribute, options = {}) click to toggle source
# File lib/grid_table/model.rb, line 5
def grid_table_control(attribute, options = {})
  self.grid_table ||= GridTable::Table.new
  self.grid_table.add_control(self, attribute, options)
end
grid_table_strong_params() click to toggle source
# File lib/grid_table/model.rb, line 10
def grid_table_strong_params
  self.grid_table.strong_params
end