Method: OldApiResource::Base.last
- Defined in:
- lib/old_api_resource/base.rb
.last(*args) ⇒ Object
A convenience wrapper for find(:last, *args). You can pass in all the same arguments to this method as you can to find(:last).
216 217 218 |
# File 'lib/old_api_resource/base.rb', line 216 def last(*args) find(:last, *args) end |