Skip to content
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.

Commit

Permalink
clean up whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
KushalP committed Aug 1, 2012
1 parent de5a08f commit 6e01c9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/observers/update_search_observer.rb
@@ -1,8 +1,7 @@
class UpdateSearchObserver < Mongoid::Observer

observe :artefact

def after_save(artefact)
RummageableArtefact.new(artefact).submit if artefact.live?
end
end
end

0 comments on commit 6e01c9f

Please sign in to comment.