diff options
Diffstat (limited to 'app/models/map.rb')
-rw-r--r-- | app/models/map.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/models/map.rb b/app/models/map.rb new file mode 100644 index 0000000..10a55f6 --- /dev/null +++ b/app/models/map.rb @@ -0,0 +1,4 @@ +class Map < ApplicationRecord + include UUIDParameter + belongs_to :taxonomy +end |