liquid_feedback_frontend

annotate model/rendered_voter_comment.lua @ 1591:ad6048ec3432

Fixed document download
author bsw
date Sat Jan 30 11:39:33 2021 +0100 (2021-01-30)
parents ea3d3757ddc3
children
rev   line source
bsw@879 1 RenderedVoterComment = mondelefant.new_class()
bsw@879 2 RenderedVoterComment.table = 'rendered_voter_comment'
bsw@879 3 RenderedVoterComment.primary_key = { "issue_id", "member_id", "format" }

Impressum / About Us