Skip to content

Commit

Permalink
Create ignoredcolumns.txt
Browse files Browse the repository at this point in the history
Code sample for ignoredColumns().
  • Loading branch information
MvdO79 authored Nov 23, 2023
1 parent 9b7408a commit a12db22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wheels/public/docs/reference/model/ignoredcolumns.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// Ignore column(s) for finder methods.
config() {
ignoredColumns(columns = ["column1","column2"]);
}

0 comments on commit a12db22

Please sign in to comment.