Class: BetterRecord::TableSizesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/better_record/table_sizes_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject

Actions ============================================================



13
14
15
16
# File 'app/controllers/better_record/table_sizes_controller.rb', line 13

def index
  TableSize.reload_data if Boolean.parse(params[:reload])
  @table_sizes = TableSize.all
end

#showObject



18
19
# File 'app/controllers/better_record/table_sizes_controller.rb', line 18

def show
end