rosa-build/app/models/settings_notifier.rb

7 lines
135 B
Ruby
Raw Normal View History

2012-01-30 20:39:34 +00:00
# -*- encoding : utf-8 -*-
class SettingsNotifier < ActiveRecord::Base
2012-01-11 13:58:13 +00:00
belongs_to :user
validates :user_id, :presence => true
end