]> git.openstreetmap.org Git - rails.git/blob - app/models/report.rb
Controllers + a few tests + new notification added. Work pending on the notification...
[rails.git] / app / models / report.rb
1 class Report < ActiveRecord::Base
2         belongs_to :issue
3         belongs_to :user
4         
5 end