summaryrefslogtreecommitdiff
path: root/app/models/route_element.rb
diff options
context:
space:
mode:
authorJulian Pawlowski <julian.pawlowski@gmail.com>2013-01-16 23:24:54 +0100
committerJulian Pawlowski <julian.pawlowski@gmail.com>2013-01-16 23:24:54 +0100
commitc06fa7cc6a499149fc8c666e4776e84b9e920788 (patch)
tree11217611edf552e15cd7682ce64b14f95e93472b /app/models/route_element.rb
parent86b9ba00a88b455f88ced10cf959660b96113c88 (diff)
parente398d40c7ae15af9c840d0cda901303db8f22c39 (diff)
Merge branch 'develop' of https://github.com/amooma/GS5 into develop
Diffstat (limited to 'app/models/route_element.rb')
-rw-r--r--app/models/route_element.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/route_element.rb b/app/models/route_element.rb
index 11bb54a..6f6fd3f 100644
--- a/app/models/route_element.rb
+++ b/app/models/route_element.rb
@@ -3,6 +3,8 @@ class RouteElement < ActiveRecord::Base
belongs_to :call_route
+ acts_as_list :scope => :call_route
+
def to_s
"#{var_in} #{var_out}"
end