online fixes for ruby
This commit is contained in:
9
sections/controller.py
Normal file
9
sections/controller.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from src.controller import BaseController
|
||||
from model import Section
|
||||
from src.database import db_session
|
||||
class SecController(BaseController):
|
||||
__myclass__=Section
|
||||
__jsonid__='section'
|
||||
|
||||
controller=SecController()
|
||||
|
||||
Reference in New Issue
Block a user