unepwcmc/SAPI

View on GitHub
app/models/srg_history.rb

Summary

Maintainability
A
0 mins
Test Coverage
class SrgHistory < ApplicationRecord
  # Migrated to controller (Strong Parameters)
  # attr_accessible :name, :tooltip

  has_many :eu_decisions

  validates :name, presence: true, uniqueness: true
end