~sahana-eden-jp/sahana-eden/vol

« back to all changes in this revision

Viewing changes to controllers/supply.py

  • Committer: fuga
  • Date: 2011-08-12 06:39:00 UTC
  • mfrom: (2053.2.18 japan)
  • Revision ID: fuga35@gmail.com-20110812063900-zlashno8kd7abhxu
mergeĀ fromĀ japan-trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
                          listadd=False)
43
43
    return s3_rest_controller(module, resourcename)
44
44
 
 
45
#------------------------------------------------------------------------------
 
46
def brand():
 
47
    """ RESTful CRUD controller """
 
48
 
 
49
    return s3_rest_controller(module, resourcename)
45
50
 
46
51
#==============================================================================
47
52
def item():