Files
redmine-exception-handler/app/models/map.rb
Ricky Barrette 2b34516aa8 Added Maps model
refs #16

This model will be used for storing information about each map
2012-04-25 12:39:44 -04:00

4 lines
48 B
Ruby

class Map < ActiveRecord::Base
unloadable
end