module LHS::Record::First::ClassMethods
Public Instance Methods
first(options = nil)
click to toggle source
# File lib/lhs/concerns/record/first.rb, line 11 def first(options = nil) find_by({}, trace!(options)) end
first!(options = nil)
click to toggle source
# File lib/lhs/concerns/record/first.rb, line 15 def first!(options = nil) find_by!({}, trace!(options)) end