Class: SequenomQcPlatesController

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

Overview

Display of sequenom plate. These plates are no longer actively generated

Constant Summary

Constants included from FlashTruncation

FlashTruncation::STRING_OVERHEAD

Instance Method Summary collapse

Methods inherited from ApplicationController

#block_api_access, #evil_parameter_hack!, #extract_header_info, #set_cache_disabled!

Methods included from FlashTruncation

#max_flash_size, #truncate_flash, #truncate_flash_array

Instance Method Details

#indexObject



5
6
7
# File 'app/controllers/sequenom_qc_plates_controller.rb', line 5

def index
  @sequenom_qc_plates = SequenomQcPlate.page(params[:page]).order(created_at: :desc)
end