Sha256: c06ac19f62bcad604e3b7dd56c27d4d600342402d5d693bb416d6dbe08abcc13

Contents?: true

Size: 133 Bytes

Versions: 4

Compression:

Stored size: 133 Bytes

Contents

class UserZone < ActiveRecord::Base
	belongs_to	:zone
	belongs_to	:group
	
	
	protected
	
	
	validates_presence_of :group, :zone
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
automate-em-0.0.4 app/models/user_zone.rb
automate-em-0.0.3 app/models/user_zone.rb
automate-em-0.0.2 app/models/user_zone.rb
automate-em-0.0.1 app/models/user_zone.rb