liquid_feedback_frontend

view model/file.lua @ 1495:17e7082c377a

Added image attachments for initiatives
author bsw
date Mon Feb 10 21:10:49 2020 +0100 (2020-02-10)
parents
children
line source
1 File = mondelefant.new_class()
2 File.table = "file"
3 File.primary_key = "id"
5 File.binary_columns = {
6 data = true,
7 preview_data = true
8 }

Impressum / About Us