6 lines
98 B
Ruby
6 lines
98 B
Ruby
class Report < ApplicationRecord
|
|
has_many_attached :files
|
|
|
|
validates :inn, presence: true
|
|
end
|