]> git.openstreetmap.org Git - rails.git/blob - app/models/diary_entry_subscription.rb
That new message in the HTML version of the mail should also be added to the plain...
[rails.git] / app / models / diary_entry_subscription.rb
1 class DiaryEntrySubscription < ActiveRecord::Base
2   belongs_to :user
3   belongs_to :diary_entry
4 end