Skip to content

Commit

Permalink
Use variable to remove 80 char violation
Browse files Browse the repository at this point in the history
  • Loading branch information
paulnsorensen committed Dec 14, 2013
1 parent 70394d6 commit 21384eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/lifesaver/indexing/model_additions.rb
Expand Up @@ -42,8 +42,9 @@ def unsuppress_indexing
private

def enqueue_indexing(options)
operation = options[:operation]
Lifesaver::Indexing::Enqueuer.new(model: self,
operation: options[:operation]).enqueue
operation: operation).enqueue
end

def suppress_indexing?
Expand Down

0 comments on commit 21384eb

Please sign in to comment.