summaryrefslogtreecommitdiff
path: root/app/models/call_route.rb
blob: eba247c7461d626cf91ce1771fb188100ccf2b00 (plain)
1
2
3
4
5
class CallRoute < ActiveRecord::Base
  attr_accessible :table, :name, :endpoint_type, :endpoint_id, :position

  has_many :route_elements, :dependent => :destroy
end