ExtractPaths - Only call assign_ref_vars on show action
This commit is contained in:
parent
3574826920
commit
835be5b1bf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue