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