rosa-build/app/models/user_builds_setting.rb

9 lines
131 B
Ruby
Raw Normal View History

2015-02-10 22:08:39 +00:00
class UserBuildsSetting < ActiveRecord::Base
include ExternalNodable
belongs_to :user
validates :user, presence: true
end