summaryrefslogtreecommitdiff
path: root/spec/models/application_setting
Commit message (Collapse)AuthorAgeFilesLines
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
| | | | Adds `# frozen_string_literal: true` to spec/models ruby files
* Messaging on terms page when user already accepted46585-gdpr-terms-acceptancetauriedavis2018-06-041-0/+37
| | | | | We show a blue flash banner if the user already accepted, and show a button allowing them to continue to the application.
* Store application wide termsBob Van Landuyt2018-05-041-0/+15
This allows admins to define terms in the application settings. Every time the terms are adjusted, a new version is stored and becomes the 'active' version. This allows tracking which specific version was accepted by a user.