]> git.openstreetmap.org Git - rails.git/blob - app/models/diary_entry_subscription.rb
Refactor the friend_users test, and remove the tests which duplicate the (renamed...
[rails.git] / app / models / diary_entry_subscription.rb
1 class DiaryEntrySubscription < ActiveRecord::Base
2   belongs_to :user
3   belongs_to :diary_entry
4 end