Class: Wlog::Invoice

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/wlog/domain/invoice.rb

Overview

Author:

  • Simon Symeonidis

Instance Method Summary collapse

Instance Method Details

#log_entries_within_datesObject



10
11
12
# File 'lib/wlog/domain/invoice.rb', line 10

def log_entries_within_dates
  LogEntry.where(created_at: from..to)
end