diff options
Diffstat (limited to 'app/models')
| -rw-r--r-- | app/models/well_type.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/models/well_type.rb b/app/models/well_type.rb new file mode 100644 index 0000000..5367ce2 --- /dev/null +++ b/app/models/well_type.rb @@ -0,0 +1,3 @@ +class WellType + ALL=[] +end |
