summaryrefslogtreecommitdiff
path: root/app/models/organization.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/organization.rb')
-rw-r--r--app/models/organization.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/organization.rb b/app/models/organization.rb
index 2fcbb3c..28c6d92 100644
--- a/app/models/organization.rb
+++ b/app/models/organization.rb
@@ -16,7 +16,7 @@
# License along with ECS. If not, see <http://www.gnu.org/licenses/>.
-class Organization < ActiveRecord::Base
+class Organization < ApplicationRecord
# TODO: warn the user about possible deletions of participants.
has_many :participants, :dependent => :destroy