Skip to content

Commit

Permalink
fix logger call
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom authored and coolo committed Nov 8, 2012
1 parent 99da070 commit 1d02503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/seeker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def inspect
end

def self.logger
RAILS_DEFAULT_LOGGER
Rails.logger
end

attr_reader :query
Expand Down Expand Up @@ -182,7 +182,7 @@ def description
end

def logger
RAILS_DEFAULT_LOGGER
Rails.logger
end

private
Expand Down

0 comments on commit 1d02503

Please sign in to comment.