liquid_feedback_frontend

annotate model/rendered_voter_comment.lua @ 1110:9461c738ea0b

Backported support for pseudonymous access to fastpath image interface from version 3.0.3
author jbe
date Mon Nov 10 18:48:58 2014 +0100 (2014-11-10)
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