Commit 835be5b1bf25fc0509ef1b1f7f7f2e3a344ff231

Authored by Robert Speicher
1 parent 35748269

ExtractPaths - Only call assign_ref_vars on show action

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/extracts_path.rb
... ... @@ -8,7 +8,7 @@ module ExtractsPath
8 8  
9 9 included do
10 10 if respond_to?(:before_filter)
11   - before_filter :assign_ref_vars
  11 + before_filter :assign_ref_vars, only: [:show]
12 12 end
13 13 end
14 14  
... ...