# File lib/aflexi/crud.rb, line 8 def count(conditions = {}) api_call "count", conditions end
# File lib/aflexi/crud.rb, line 17 def create(hash) api_call "create", hash end
# File lib/aflexi/crud.rb, line 25 def destroy(id) api_call "delete", id end
Generated with the Darkfish Rdoc Generator 2.