-
Notifications
You must be signed in to change notification settings - Fork 0
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
module ActiveScaffold::Default::Global
ACTIONS.replace %w( list )
endmodule ActiveScaffold::Default::List
PAGING = {limit: 5}
endmodule ActiveScaffold::Default::List
COLUMNS_DEL.replace %w( created_at updated_at )
end