Skip to content

API: Global settings

maiha edited this page Feb 25, 2018 · 2 revisions

Available parameters are in

You can set global settings by overwriting codes in initial stages such as

  • config/initializers/active_scaffold.cr

examples

hide timestamps in list

module ActiveScaffold::Default::List
  COLUMNS_DEL.replace %w( created_at updated_at )
end

Clone this wiki locally