governmental_sphere.rb 155 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 class GovernmentalSphere < ActiveRecord::Base attr_accessible :name validates :name, :presence=>true, :uniqueness=>true has_many :institutions end