5 lines
103 B
Ruby
5 lines
103 B
Ruby
class Standard < ApplicationRecord
|
|
has_and_belongs_to_many :checks
|
|
|
|
translates_attribute :name
|
|
end
|