701eccb35c
- Introduce models & migrations for portals, categories, folders and articles - CRUD API for portals - CRUD API for categories Addresses: #714 Co-authored-by: Sojan <sojan@pepalo.com>
5 lines
65 B
Ruby
5 lines
65 B
Ruby
module Kbase
|
|
def self.table_name_prefix
|
|
'kbase_'
|
|
end
|
|
end
|