module AccountACL

Public Instance Methods

attributes() click to toggle source
# File test/standard_api/test_app/app/controllers/acl/account_acl.rb, line 3
def attributes
  [ "property_id", "name" ]
end
includes() click to toggle source
# File test/standard_api/test_app/app/controllers/acl/account_acl.rb, line 11
def includes
  [ "photos", "subject", "property" ]
end
orders() click to toggle source
# File test/standard_api/test_app/app/controllers/acl/account_acl.rb, line 7
def orders
  [ "id" ]
end