Method: CustomTableConcern#format_web

Defined in:
app/controllers/concerns/custom_table_concern.rb

#format_webObject



14
15
16
# File 'app/controllers/concerns/custom_table_concern.rb', line 14

def format_web
  !(request.format.xlsx? || request.format.csv?)
end