Skip to content
Snippets Groups Projects
Commit 835be5b1 authored by Robert Speicher's avatar Robert Speicher
Browse files

ExtractPaths - Only call assign_ref_vars on show action

parent 35748269
No related branches found
No related tags found
No related merge requests found
Loading
@@ -8,7 +8,7 @@ module ExtractsPath
Loading
@@ -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
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment