diff options
Diffstat (limited to 'extra/sample_plugin/app/models/meeting.rb')
-rw-r--r-- | extra/sample_plugin/app/models/meeting.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extra/sample_plugin/app/models/meeting.rb b/extra/sample_plugin/app/models/meeting.rb index c5edaa648..ca8af1021 100644 --- a/extra/sample_plugin/app/models/meeting.rb +++ b/extra/sample_plugin/app/models/meeting.rb @@ -1,5 +1,3 @@ -# frozen_string_literal: false - class Meeting < ActiveRecord::Base belongs_to :project |