class PhotosController

Public Instance Methods

photo_attributes() click to toggle source
# File test/standard_api/test_app/controllers.rb, line 33
def photo_attributes
  [ :id, :account_id, :property_id, :format ]
end
photo_includes() click to toggle source
# File test/standard_api/test_app/controllers.rb, line 41
def photo_includes
  [ :account ]
end
photo_orders() click to toggle source
# File test/standard_api/test_app/controllers.rb, line 37
def photo_orders
  [ :id ]
end