Method: AWS::Record::FinderMethods#all
- Defined in:
- lib/aws/record/finder_methods.rb
#all(options = {}) ⇒ Object
Equivalent to find(:all)
87 88 89 |
# File 'lib/aws/record/finder_methods.rb', line 87 def all( = {}) find(:all, ) end |