19dabe81cc
* enable starring * users should be able to star others maps * proper star icon * starred maps display as starred without refreshing * oops * make phrasing clearer
4 lines
73 B
Ruby
4 lines
73 B
Ruby
class Star < ActiveRecord::Base
|
|
belongs_to :user
|
|
belongs_to :map
|
|
end
|