ExtractPaths - Only call assign_ref_vars on show action

This commit is contained in:
Robert Speicher 2012-09-25 18:20:52 -04:00
parent 3574826920
commit 835be5b1bf

View file

@ -8,7 +8,7 @@ module ExtractsPath
included do
if respond_to?(:before_filter)
before_filter :assign_ref_vars
before_filter :assign_ref_vars, only: [:show]
end
end