metamaps--metamaps/app/models/star.rb
2016-09-24 11:00:46 +08:00

6 lines
103 B
Ruby

# frozen_string_literal: true
class Star < ActiveRecord::Base
belongs_to :user
belongs_to :map
end