liquid_feedback_frontend
annotate model/allowed_policy.lua @ 1859:02c34183b6df
Fixed wrong filename in INSTALL file
author | bsw |
---|---|
date | Tue Nov 28 18:54:51 2023 +0100 (17 months ago) |
parents | 36aedac3e4bf |
children |
rev | line source |
---|---|
poelzi@119 | 1 AllowedPolicy = mondelefant.new_class() |
poelzi@119 | 2 AllowedPolicy.table = 'allowed_policy' |
poelzi@126 | 3 AllowedPolicy.primary_key = { "area_id", "policy_id" } |