Method: LHS::Record::Last::ClassMethods#last!

Defined in:
lib/lhs/concerns/record/last.rb

#last!(options = nil) ⇒ Object



22
23
24
# File 'lib/lhs/concerns/record/last.rb', line 22

def last!(options = nil)
  find_by!({}, trace!(options))
end