Skip to content
This repository has been archived by the owner on Feb 13, 2018. It is now read-only.

Add an organisations tag type #128

Merged
merged 1 commit into from Mar 4, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/models/artefact.rb
Expand Up @@ -18,7 +18,7 @@ class Artefact

include Taggable
stores_tags_for :sections, :writing_teams, :propositions,
:keywords, :legacy_sources, :specialist_sectors
:keywords, :legacy_sources, :specialist_sectors, :organisations
has_primary_tag_for :section

# NOTE: these fields are deprecated, and soon to be replaced with a
Expand Down