summaryrefslogtreecommitdiff
path: root/app/models/route_element.rb
diff options
context:
space:
mode:
authorspag <spag@golwen.net>2013-01-17 15:11:48 +0100
committerspag <spag@golwen.net>2013-01-17 15:11:48 +0100
commitb086515a8a82f572e204bac9cb8c139ca8a0960d (patch)
treea1911ca89ebcd18656cb08555b7bba4199004715 /app/models/route_element.rb
parent25a311e5dd538a190a1b3cf94477d2aad2cc89c9 (diff)
element actions
Diffstat (limited to 'app/models/route_element.rb')
-rw-r--r--app/models/route_element.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/route_element.rb b/app/models/route_element.rb
index d3302ea..32f730d 100644
--- a/app/models/route_element.rb
+++ b/app/models/route_element.rb
@@ -1,5 +1,5 @@
class RouteElement < ActiveRecord::Base
- ELEMENT_ACTIONS = ['match', 'not_match', 'set_route_var', 'set_header']
+ ELEMENT_ACTIONS = ['none', 'match', 'not_match', 'set']
attr_accessible :call_route_id, :var_in, :var_out, :pattern, :replacement, :action, :mandatory, :position