class Field < ActiveRecord::Base attr_accessible :boundaryCoords, :holding_id, :name belongs_to :holding end