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