5 lines
71 B
Ruby
5 lines
71 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class Review < ::ActiveRecord::Base
|
||
|
end
|