Added Maps model
refs #16 This model will be used for storing information about each map
This commit is contained in:
3
app/models/map.rb
Normal file
3
app/models/map.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
class Map < ActiveRecord::Base
|
||||
unloadable
|
||||
end
|
||||
Reference in New Issue
Block a user