27 28 29
# File 'lib/fidor_api/preauth.rb', line 27 def preauth(id) Preauth.find(id) end
23 24 25
# File 'lib/fidor_api/preauth.rb', line 23 def preauths(options = {}) Preauth.all(options) end