Commit 835be5b1 authored by Robert Speicher's avatar Robert Speicher

ExtractPaths - Only call assign_ref_vars on show action

parent 35748269
...@@ -8,7 +8,7 @@ module ExtractsPath ...@@ -8,7 +8,7 @@ module ExtractsPath
included do included do
if respond_to?(:before_filter) if respond_to?(:before_filter)
before_filter :assign_ref_vars before_filter :assign_ref_vars, only: [:show]
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment