liquid_feedback_frontend

annotate model/rendered_voter_comment.lua @ 1548:408e4b1d5234

Added todo on allowing cors requests for api module
author bsw
date Mon Oct 26 11:06:53 2020 +0100 (2020-10-26)
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