4 lines
57 B
Ruby
4 lines
57 B
Ruby
class Section < ApplicationRecord
|
|
include Leafable
|
|
end
|
class Section < ApplicationRecord
|
|
include Leafable
|
|
end
|