summaryrefslogtreecommitdiff
path: root/app/models/route_element.rb
blob: e845f249670c5d5832c417d983082c239f8100e6 (plain)
1
2
3
4
5
class RouteElement < ActiveRecord::Base
  attr_accessible :call_route_id, :var_in, :var_out, :pattern, :replacement, :action, :mandatory, :position

  belongs_to :call_route
end