aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/stop_areas/index.html.slim
diff options
context:
space:
mode:
authorcedricnjanga2018-04-26 11:31:05 -0700
committerJohan Van Ryseghem2018-05-28 12:48:49 +0200
commit9f988815907182dd9194d546b19ac4911c804d0e (patch)
tree5f6838981ce7b4ce55251f688e82230e018f0e20 /app/views/stop_areas/index.html.slim
parentcd3c110893a7b1845e5ff420f7f28d30b0b78825 (diff)
downloadchouette-core-9f988815907182dd9194d546b19ac4911c804d0e.tar.bz2
Refs #6433 Use ransackable scope for stop area status filter
Diffstat (limited to 'app/views/stop_areas/index.html.slim')
-rw-r--r--app/views/stop_areas/index.html.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/stop_areas/index.html.slim b/app/views/stop_areas/index.html.slim
index 62b873c36..e5ca82ee2 100644
--- a/app/views/stop_areas/index.html.slim
+++ b/app/views/stop_areas/index.html.slim
@@ -33,7 +33,7 @@
), \
TableBuilderHelper::Column.new( \
key: :status, \
- attribute: Proc.new { |s| stop_area_status(s) } \
+ attribute: Proc.new { |s| stop_area_status(s.status) } \
), \
TableBuilderHelper::Column.new( \
key: :zip_code, \