Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ltello committed Nov 21, 2018
1 parent e221a10 commit 1886e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logga/active_record.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def author_data
end

def creation_at
return Time.current unless og_receiver == self
return Time.current unless log_receiver == self
(log_receiver&.log_entries&.order(:created_at)&.first&.created_at || Time.current) - 0.1.seconds
end

Expand Down

0 comments on commit 1886e59

Please sign in to comment.