extinctionrebellion/RebelsManager

View on GitHub
app/models/action.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# == Schema Information
#
# Table name: actions
#
#  id                :bigint           not null, primary key
#  name              :string
#  created_at        :datetime         not null
#  updated_at        :datetime         not null
#  mailtrain_list_id :string
#
class Action < ApplicationRecord
  has_many :registrations
end