liquid_feedback_frontend

view model/rendered_suggestion.lua @ 1190:9700ce0d5541

Update installation instructions regarding Moonbridge command line options; Typo in heading of installation instructions fixed
author jbe
date Sun Mar 29 20:31:32 2015 +0200 (2015-03-29)
parents 808269b7f41c
children
line source
1 RenderedSuggestion = mondelefant.new_class()
2 RenderedSuggestion.table = 'rendered_suggestion'
3 RenderedSuggestion.primary_key = { "suggestion_id", "format" }
5 RenderedSuggestion:add_reference{
6 mode = 'm1',
7 to = "Suggestion",
8 this_key = 'suggestion_id',
9 that_key = 'id',
10 ref = 'suggestion',
11 }

Impressum / About Us