diff options
author | spag <spag@golwen.net> | 2013-01-17 15:11:48 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2013-01-17 15:11:48 +0100 |
commit | b086515a8a82f572e204bac9cb8c139ca8a0960d (patch) | |
tree | a1911ca89ebcd18656cb08555b7bba4199004715 /app | |
parent | 25a311e5dd538a190a1b3cf94477d2aad2cc89c9 (diff) |
element actions
Diffstat (limited to 'app')
-rw-r--r-- | app/models/route_element.rb | 2 |
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 |