class SurveyStep < ActiveRecord::Base belongs_to :survey_type has_many :survey_groups, :dependent => :destroy end