Feature: Knowledge Base APIs (#1002)
- 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>
This commit is contained in:
5
app/models/kbase.rb
Normal file
5
app/models/kbase.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
module Kbase
|
||||
def self.table_name_prefix
|
||||
'kbase_'
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user