fixed
This commit is contained in:
parent
63bc9af3fa
commit
3980e26cf5
|
@ -4,7 +4,6 @@ import (
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"reflect"
|
"reflect"
|
||||||
"github.com/revel/modules/db/app"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// Association Mode contains some helper methods to handle relationship things easily.
|
// Association Mode contains some helper methods to handle relationship things easily.
|
||||||
|
|
|
@ -9,7 +9,7 @@ import (
|
||||||
"sync"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/jinzhu/inflection"
|
"orm/inflection"
|
||||||
)
|
)
|
||||||
|
|
||||||
// DefaultTableNameHandler default table name handler
|
// DefaultTableNameHandler default table name handler
|
||||||
|
|
Loading…
Reference in New Issue
Block a user