class DocumentsController

Public Instance Methods

document_attributes() click to toggle source
# File test/standard_api/test_app/controllers.rb, line 21
def document_attributes
  [ :file, :type ]
end
document_orders() click to toggle source
# File test/standard_api/test_app/controllers.rb, line 25
def document_orders
  [ :id ]
end