diff options
| author | Robert | 2018-01-09 15:49:02 +0100 | 
|---|---|---|
| committer | Alban Peignier | 2018-01-10 17:47:10 +0100 | 
| commit | 2be1e1c2bc313f586c4e0385d90a8cfbcd9ab609 (patch) | |
| tree | 0a460e5e222c699423c4f163dcf65549b0e873a0 /app/models/custom_field.rb | |
| parent | df77b06a42277b3c36627a2bfaa84ddf501d9f5f (diff) | |
| download | chouette-core-2be1e1c2bc313f586c4e0385d90a8cfbcd9ab609.tar.bz2 | |
Refs: #5505@1h; Spec discussed, model scaffolded [amend me] [skip-ci]
Diffstat (limited to 'app/models/custom_field.rb')
| -rw-r--r-- | app/models/custom_field.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/app/models/custom_field.rb b/app/models/custom_field.rb new file mode 100644 index 000000000..74e825d77 --- /dev/null +++ b/app/models/custom_field.rb @@ -0,0 +1,2 @@ +class CustomField < ActiveRecord::Base +end | 
