Method: LHS::Record::First::ClassMethods#first!
- Defined in:
- lib/lhs/concerns/record/first.rb
#first!(options = nil) ⇒ Object
15 16 17 |
# File 'lib/lhs/concerns/record/first.rb', line 15 def first!( = nil) find_by!({}, trace!()) end |