diff --git a/advanced.html b/advanced.html
index 447c2377..0a514646 100644
--- a/advanced.html
+++ b/advanced.html
@@ -70,7 +70,7 @@
data-chapter-title="Advanced Usage"
data-filepath="advanced.md"
data-basepath="."
- data-revision="Tue Mar 08 2016 23:14:38 GMT+0800 (CST)"
+ data-revision="Wed Mar 09 2016 07:36:05 GMT+0800 (CST)"
data-innerlanguage="">
@@ -840,7 +840,7 @@ db.SetLogger(log.New(os.Stdout, "\r\n"
require(["gitbook"], function(gitbook) {
- gitbook.start({"fontsettings":{"theme":"night","size":2,"family":"sans"},"toc":{"addClass":true,"className":"toc"},"github":{"url":"https://github.com/jinzhu/gorm"},"edit-link":{"base":"https://github.com/jinzhu/gorm/edit/gh-pages","label":"Edit This Page"},"anker-enable":{},"highlight":{},"search":{"maxIndexSize":1000000},"sharing":{"all":["facebook","google","instapaper","twitter","weibo"],"facebook":true,"google":false,"instapaper":false,"twitter":true,"vk":false,"weibo":false},"theme-default":{"styles":{"ebook":"styles/ebook.css","epub":"styles/epub.css","mobi":"styles/mobi.css","pdf":"styles/pdf.css","print":"styles/print.css","website":"styles/website.css"}}});
+ gitbook.start({"fontsettings":{"theme":"night","size":2,"family":"sans"},"toc":{"addClass":true,"className":"toc"},"github":{"url":"https://github.com/jinzhu/gorm"},"edit-link":{"base":"https://github.com/jinzhu/gorm/edit/gh-pages/documents/","label":"Edit This Page"},"anker-enable":{},"highlight":{},"search":{"maxIndexSize":1000000},"sharing":{"all":["facebook","google","instapaper","twitter","weibo"],"facebook":true,"google":false,"instapaper":false,"twitter":true,"vk":false,"weibo":false},"theme-default":{"styles":{"ebook":"styles/ebook.css","epub":"styles/epub.css","mobi":"styles/mobi.css","pdf":"styles/pdf.css","print":"styles/print.css","website":"styles/website.css"}}});
});
diff --git a/associations.html b/associations.html
index fe5625b4..591b832a 100644
--- a/associations.html
+++ b/associations.html
@@ -70,7 +70,7 @@
data-chapter-title="Associations"
data-filepath="associations.md"
data-basepath="."
- data-revision="Tue Mar 08 2016 23:14:38 GMT+0800 (CST)"
+ data-revision="Wed Mar 09 2016 07:36:05 GMT+0800 (CST)"
data-innerlanguage="">
@@ -905,7 +905,7 @@ db.Model(&user).Association("Languages"<
diff --git a/callbacks.html b/callbacks.html
index 2e32cdde..2de5072b 100644
--- a/callbacks.html
+++ b/callbacks.html
@@ -70,7 +70,7 @@
data-chapter-title="Callbacks"
data-filepath="callbacks.md"
data-basepath="."
- data-revision="Tue Mar 08 2016 23:14:38 GMT+0800 (CST)"
+ data-revision="Wed Mar 09 2016 07:36:05 GMT+0800 (CST)"
data-innerlanguage="">
@@ -762,7 +762,7 @@ If you want to use those changes in your callbacks, you need to run your SQL in
diff --git a/changelog.html b/changelog.html
index ca25da2e..f4ad156e 100644
--- a/changelog.html
+++ b/changelog.html
@@ -68,7 +68,7 @@
data-chapter-title="Change Log"
data-filepath="changelog.md"
data-basepath="."
- data-revision="Tue Mar 08 2016 23:14:38 GMT+0800 (CST)"
+ data-revision="Wed Mar 09 2016 07:36:05 GMT+0800 (CST)"
data-innerlanguage="">
@@ -724,7 +724,7 @@
diff --git a/curd.html b/curd.html
index a40887b4..26b42f81 100644
--- a/curd.html
+++ b/curd.html
@@ -70,7 +70,7 @@
data-chapter-title="CRUD: Reading and Writing Data"
data-filepath="curd.md"
data-basepath="."
- data-revision="Tue Mar 08 2016 23:14:38 GMT+0800 (CST)"
+ data-revision="Wed Mar 09 2016 07:36:05 GMT+0800 (CST)"
data-innerlanguage="">
@@ -1321,7 +1321,7 @@ db.Unscoped().Delete(&order)
diff --git a/database.html b/database.html
index bbd62c97..9d33cbec 100644
--- a/database.html
+++ b/database.html
@@ -70,7 +70,7 @@
data-chapter-title="Database"
data-filepath="database.md"
data-basepath="."
- data-revision="Tue Mar 08 2016 23:14:38 GMT+0800 (CST)"
+ data-revision="Wed Mar 09 2016 07:36:05 GMT+0800 (CST)"
data-innerlanguage="">
@@ -817,7 +817,7 @@ db.Model(&User{}).RemoveIndex("idx_user_name&
diff --git a/development.html b/development.html
index b22e514c..403c86e9 100644
--- a/development.html
+++ b/development.html
@@ -70,7 +70,7 @@
data-chapter-title="Development"
data-filepath="development.md"
data-basepath="."
- data-revision="Tue Mar 08 2016 23:14:38 GMT+0800 (CST)"
+ data-revision="Wed Mar 09 2016 07:36:05 GMT+0800 (CST)"
data-innerlanguage="">
@@ -758,7 +758,7 @@ db.Callback().RowQuery().Register("publish:update
diff --git a/documents/README.md b/documents/README.md
index bdd799b9..fff72e63 100644
--- a/documents/README.md
+++ b/documents/README.md
@@ -50,7 +50,7 @@ type Product struct {
func main() {
db, err := gorm.Open("sqlite", "test.db")
if err != nil {
- panic("faield to connect database")
+ panic("failed to connect database")
}
// Create
diff --git a/documents/book.json b/documents/book.json
index a319a3ea..081243f5 100644
--- a/documents/book.json
+++ b/documents/book.json
@@ -16,7 +16,7 @@
"url": "https://github.com/jinzhu/gorm"
},
"edit-link": {
- "base": "https://github.com/jinzhu/gorm/edit/gh-pages",
+ "base": "https://github.com/jinzhu/gorm/edit/gh-pages/documents/",
"label": "Edit This Page"
}
}
diff --git a/index.html b/index.html
index 34fdfced..9624d427 100644
--- a/index.html
+++ b/index.html
@@ -68,7 +68,7 @@
data-chapter-title="Getting Started with GORM"
data-filepath="README.md"
data-basepath="."
- data-revision="Tue Mar 08 2016 23:14:38 GMT+0800 (CST)"
+ data-revision="Wed Mar 09 2016 07:36:05 GMT+0800 (CST)"
data-innerlanguage="">
@@ -667,7 +667,7 @@
func main() {
db, err := gorm.Open("sqlite", "test.db")
if err != nil {
- panic("faield to connect database")
+ panic("failed to connect database")
}
@@ -749,7 +749,7 @@
diff --git a/models.html b/models.html
index a597d212..246c79a8 100644
--- a/models.html
+++ b/models.html
@@ -70,7 +70,7 @@
data-chapter-title="Models"
data-filepath="models.md"
data-basepath="."
- data-revision="Tue Mar 08 2016 23:14:38 GMT+0800 (CST)"
+ data-revision="Wed Mar 09 2016 07:36:05 GMT+0800 (CST)"
data-innerlanguage="">
@@ -830,7 +830,7 @@ db.Model(&user).Update("name",
require(["gitbook"], function(gitbook) {
- gitbook.start({"fontsettings":{"theme":"night","size":2,"family":"sans"},"toc":{"addClass":true,"className":"toc"},"github":{"url":"https://github.com/jinzhu/gorm"},"edit-link":{"base":"https://github.com/jinzhu/gorm/edit/gh-pages","label":"Edit This Page"},"anker-enable":{},"highlight":{},"search":{"maxIndexSize":1000000},"sharing":{"all":["facebook","google","instapaper","twitter","weibo"],"facebook":true,"google":false,"instapaper":false,"twitter":true,"vk":false,"weibo":false},"theme-default":{"styles":{"ebook":"styles/ebook.css","epub":"styles/epub.css","mobi":"styles/mobi.css","pdf":"styles/pdf.css","print":"styles/print.css","website":"styles/website.css"}}});
+ gitbook.start({"fontsettings":{"theme":"night","size":2,"family":"sans"},"toc":{"addClass":true,"className":"toc"},"github":{"url":"https://github.com/jinzhu/gorm"},"edit-link":{"base":"https://github.com/jinzhu/gorm/edit/gh-pages/documents/","label":"Edit This Page"},"anker-enable":{},"highlight":{},"search":{"maxIndexSize":1000000},"sharing":{"all":["facebook","google","instapaper","twitter","weibo"],"facebook":true,"google":false,"instapaper":false,"twitter":true,"vk":false,"weibo":false},"theme-default":{"styles":{"ebook":"styles/ebook.css","epub":"styles/epub.css","mobi":"styles/mobi.css","pdf":"styles/pdf.css","print":"styles/print.css","website":"styles/website.css"}}});
});
diff --git a/search_index.json b/search_index.json
index 96108a52..0c756b4f 100644
--- a/search_index.json
+++ b/search_index.json
@@ -1 +1 @@
-{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["1","1000","2000","_","aim","associ","author","auto","base","before/aft","belong","builder","callback","changelog","code","come","composit","connect","contributor","creat","create/save/update/delete/find","database"","db","db.create(&product{cod","db.delete(&product","db.first(&product","db.model(&product).update("price"","delet","develop","eager","err","extend","fantast","featur","find","friendli","full","func","github.com/jinzhu/gorm","go","golang","gorm","gorm.model","gorm.open("sqlite"","http://github.com/jinzhu","http://twitter.com/zhangjinzhu","https://github.com/jinzhu/gorm/graphs/contributor","id","import","instal","jinzhu","key","l1212","librari","licens","load","logger","main","mani","migrat","mit","nil","on","orm","overview","packag","panic("faield","plugin","polymorph","preload","price","primari","product","product'","quick","quot","quot;cod","quot;github.com/jinzhu/gorm"","quot;github.com/jinzhu/gorm/dialects/sqlite"","quot;l1212"","quot;test.db"","read","releas","sql","start","string","struct","test","transact","type","u","uint","under","updat","upgrad","v1.0","var","wosmvp@gmail.com","write"],"advanced.html":["0","3).scan(&result","advanc","ag","age").row","amp","amp;ag","amp;email","amp;us","apos;db&apo","apos;tx&apo","begin","below","builder","built","card","case","check","commit","composit","connect","createanimals(db","credit","custom","databas","db'","db.begin","db.db","db.db().ping","db.db().setmaxidleconns(10","db.db().setmaxopenconns(100","db.debug().where("nam","db.exec("drop","db.exec("upd","db.first(&user).limit(10).find(&users).geterror","db.logmode(fals","db.logmode(tru","db.model(&user).related(&credit_card).recordnotfound","db.model(&user{}).where("nam","db.raw("select","db.scanrows(row","db.setlogger(gorm.logger{revel.trac","db.setlogger(log.new(os.stdout","db.table("users").where("nam","db.where("nam","debug","default","defer","detail","diabl","don't","email","email").row","enabl","err","error","exampl","field","flow","found","func","function","gener","geterror","gorm","gorm'","gorm.db","gorm:"primary_key"","handl","happen","https://github.com/jinzhu/gorm/blob/master/logger.go","id","int","int64{11,22,33","interfac","iter","key","languagecod","log","logger","more","multipl","name","nil","note","object","on","onc","oper","order","perform","ping","point","pool","priamri","primari","print","product","queri","quot","quot;\\r\\n"","quot;giraffe"}).error","quot;hello","quot;jinzhu").first(&us","quot;jinzhu").first(&user).error","quot;jinzhu").row","quot;jinzhu").select("nam","quot;lion"}).error","raw","recordnotfound","refer","result","return","rollback","row","row.scan(&nam","rows.clos","rows.next","rows.scan(&nam","run","scan","set","shipped_at","show","singl","someth","specif","sql","sql.db","sql.row","string","struct","support","tabl","time.now","transact","tx","tx.commit","tx.creat","tx.create(&animal{nam","tx.rollback","type","us","usag","user","users;"","var","within","world").first(&user).recordnotfound"],"associations.html":["111","123","abov","account","amp","append","argument","associ","belong","belongs_to","between","card","cat","check","clear","condit","contain","count","credit_card","creditcard","current","customizeaccount","customizeperson","db.model(&user).association("languages"","db.model(&user).association("languages").append([]language{languagezh","db.model(&user).association("languages").append(language{nam","db.model(&user).association("languages").clear","db.model(&user).association("languages").count","db.model(&user).association("languages").delete([]language{languagezh","db.model(&user).association("languages").delete(languagezh","db.model(&user).association("languages").error","db.model(&user).association("languages").find(&languag","db.model(&user).association("languages").replace([]language{languagezh","db.model(&user).association("languages").replace(language{nam","db.model(&user).related(&card","db.model(&user).related(&email","db.model(&user).related(&languag","db.model(&user).related(&profil","delet","dog","easili","email","error","exampl","explicitli","field","fill","find","foreign","gorm.model","gorm:"foreignkey:profileid;associationforeignkey:refer"","gorm:"foreignkey:profilerefer"","gorm:"foreignkey:userid;associationforeignkey:refer"","gorm:"foreignkey:userrefer"","gorm:"many2many:personaccount;associationforeignkey:idaccount;foreignkey:idperson"","gorm:"many2many:user_languages;"","gorm:"polymorphic:owner;"","gorm:"primary_key:true"","handl","has_mani","has_on","helper","id","idaccount","idperson","inner","int","join","key","languag","languageen","mani","many2mani","match","mean","method","mode","name","need","new","note","number","omit","on","out","ownerid","ownertyp","pass","polymorph","primari","profil","profileid","profileref","queri","quot;creditcard"","quot;de"","quot;languages"","quot;languages"."id"","quot;user_languages"","quot;user_languages"."language_id"","quot;user_languages"."user_id"","record","refer","relat","relationship","remov","replac","return","same","select","sourc","source'","specifi","start","string","struct","support","tabl","thing","those","throw","toy","type","uint","us","user","user'","user_id","user_languag","userid","userref","valid","var","variabl","variable'","won't"],"callbacks.html":["1000","1000"","aftercr","aftercreate(scop","aftercreate(tx","afterdelet","afterfind","aftersav","afterupd","alreadi","associ","avail","befor","beforecr","beforedelet","beforesav","beforeupd","begin","blank","call","callback","chang","commit","creat","createdat","current","data","databas","default","defin","delet","edger","err","error","errors.new("read","errors.new("us","exampl","field","func","futur","gorm","gorm.db","gorm.scop","greater","gt","id","insert","load","made","method","model","need","object","oper","pass","pointer","preload","queri","quot;admin"","reload","return","rollback","run","same","save","save/delet","scope.db().model(u).update("role"","self","sql","stop","struct","those","timestamp","transact","tx.model(u).update("role"","u","u.id","u.readonli","unless","updat","updatedat","us","user","user'","user"","valu","visibl","want"],"changelog.html":["0","0001","01","02","02&apo","02")).update("deleted_at"","_","accord","affect","alert","amp;imag","apos;0001","applic","bcrypt.generatefrompassword(user.password","befor","beforesav","beforeupd","beforeupdate(scop","below","blank","break","callback","case","chang","check","column","common","convert","correctli","database'","db","db.unscoped().model(model).where("deleted_at","default","delete'","deleted_at","deletedat","doesn't","driver","encryptedpassword","enough","err","error","errrecordnotfound","exampl","exclud","exist","field","field'","fix","func","github.com/jinzhu/gorm/dialects/postgr","golint","good","gorm","gorm.db","gorm.expr("null"","gorm.model","gorm.open","gorm.scop","gorm:"column:s_k_u"","h_t_t_p","handl","have","hstore","http","http'","import","includ","initi","instead","interface{}{&us","it'","less","log","logic","look","lt","main","make","migrat","model","model'","move","mssql","name","necessari","need","new","nil","noth","now.mustparse("0001","null","out","overwrit","packag","pw","queri","quot","quot;github.com/jinzhu/gorm/dialects/mssql"","quot;github.com/jinzhu/now"","rang","record","recordnotfound","releas","renam","return","s_k_u","sampl","scope","scope.setcolumn","scope.setcolumn("encryptedpassword"","script","select","set","sku","soft","special","sql","struct","sure","tag","those","time","time.tim","todbnam","type","ugli","updat","upper","uri","us","user","user.encryptedpassword","v1.0","valu","var","won't","work"],"curd.html":["0","01","01&apo","1","1"","1").updatecolumn("quantity"","1).find(&users2","1,2","1,2,3","1,2,3,4","10","100","100).row","100).scan(&result","1000","10:23"","11","111","112","11}).updates(map[string]interface{}{"name"","17","18","18}).rowsaffect","2","2&apo","2"","2").find(&users).count(&count","2"}).find(&us","20","20").find(&us","20).delete(&us","20).firstorinit(&us","20}).find(&us","20}).first(&us","20}).firstorcreate(&us","20}).firstorinit(&us","21","21:34:10&apo","22","22}).find(&us","23","29","2@example.com"","2@example@example.com"","3","3).scan(&result","30","30}).firstorcreate(&us","30}).firstorinit(&us","4,5,6","42).row","99","abil","abov","activ","active=tru","actived=fals","add","address","address1","address{address1","afterupd","ag","age").find(&us","age").where("nam","age=100","age=18","age=30","amount","amountgreaterthan1000(db","amp","amp;ag","amp;nam","anim","animal.nam","animals("age"","animal{ag","anoth","api","apos;100&apo","apos;2&apo","apos;2013","apos;active&apo","apos;admin&apo","apos;cancelled&apo","apos;en&apo","apos;galeone&apo","apos;jinzhu","apos;jinzhu&apo","apos;jinzhu'").or(map[string]interface{}{"name"","apos;jinzhu'").or(user{nam","apos;non_existing&apo","apos;super_admin&apo","apos;zh&apo","argument","assgin","assign","associ","attr","attribut","automat","avoid","back","batch","bcrypt.generatefrompassword(user.password","befor","beforecr","beforecreate(scop","beforesav","beforesave(scop","beforeupd","begin","belong","below","between","billingaddress","birthday","birthday='2016","blank","call","callback","cancel","card","carefulli","chain","chainabl","chang","check","coalesce(age,'42&apo","cod","code","column","combin","commit","condit","conflict","conflict").create(&product","connect","count","creat","credit","credit_card","credit_cards.user_id","crud","current","data","databa","databas","date","db","db.create(&anim","db.create(&us","db.delete(&email","db.delete(&us","db.delete(email","db.find(&us","db.find(&users).pluck("age"","db.first(&us","db.firstorcreate(&us","db.firstorinit(&us","db.joins("join","db.last(&us","db.limit(10).find(&users1).limit","db.limit(3).find(&us","db.model(&product).update("price"","db.model(&product).updatecolumn("quantity"","db.model(&product).updates(map[string]interface{}{"price"","db.model(&product).where("quant","db.model(&user).omit("name").updates(map[string]interface{}{"name"","db.model(&user).select("name").updates(map[string]interface{}{"name"","db.model(&user).set("gorm:update_option"","db.model(&user).update("name"","db.model(&user).updatecolumn("name"","db.model(&user).updatecolumns(user{nam","db.model(&user).updates(map[string]interface{}{"name"","db.model(&user).updates(user{nam","db.model(&user).where("act","db.model(&user{}).pluck("name"","db.model(&user{}).where("nam","db.model(user{}).updates(user{nam","db.newrecord(us","db.not("nam","db.not("name"","db.not([]int64{1,2,3}).first(&us","db.not([]int64{}).first(&us","db.not(user{nam","db.offset(10).find(&users1).offset","db.offset(3).find(&us","db.order("ag","db.preload("orders"","db.preload("orders").find(&us","db.preload("orders").preload("profile").preload("role").find(&us","db.preload("orders.orderitems").find(&us","db.raw("select","db.save(&us","db.scopes(amountgreaterthan1000","db.scopes(amountgreaterthan1000).where("statu","db.scopes(orderstatus([]string{"paid"","db.select("nam","db.select([]string{"name"","db.set("gorm:delete_option"","db.set("gorm:insert_option"","db.set("gorm:query_option"","db.set("gorm:save_associations"","db.table("deleted_users").count(&count","db.table("deleted_users").createtable(&us","db.table("deleted_users").find(&deleted_us","db.table("deleted_users").pluck("name"","db.table("deleted_users").where("nam","db.table("orders").select("date(created_at","db.table("users").select("coalesce(age,?)"","db.table("users").select("nam","db.table("users").select("users.nam","db.table("users").where("id","db.unscoped().delete(&ord","db.unscoped().where("ag","db.where(&user{nam","db.where("ag","db.where("amount","db.where("created_at","db.where("email","db.where("nam","db.where("pay_mode_sign","db.where("rol","db.where("st","db.where("updated_at","db.where([]int64{20","db.where(map[string]interface{}{"name"","db.where(user{nam","default","defin","definit","delet","deleted_at","deleted_at="2013","deleted_us","deletedat","deletedat'","desc","desc").find(&users1).order("age"","desc").order("name").find(&us","detail","don't","dynam","eager","email","emails.email","emails.email").joins("left","emails.user_id","email{{email","ensur","err","error","even","exampl","exist","express","extra","fals","false).create(&us","false).save(&us","field","field'","fields'","find","first","firstorcr","firstorinit","found","func","func(*db","given","gorm","gorm.db","gorm.expr("pric","gorm.expr("quant","gorm.scop","gorm:"default:'galeone'"","gorm:save_associ","greater","group","gt","have","haven't","id","id=10","id=111","ignor","includ","init","inject","inlin","insert","int","int64","int{10","it'","jinzhu&apo","join","key","languag","language{{nam","last","lastweek","lastweek).find(&us","limit","load","lt;>","mani","map","map[string]interfac","map[string]interface{}{"age"","map[string]interface{}{"name"","match","mdoel'","method","model","more","multipl","name","name").find(&us","name,billing_address_id,shipping_address_id","name='hello&apo","name='jinzhu","need","nest","new","nil","non","none","not(nam","note","noth","null","number","offset","omit","on","oper","optim","option","order","orderstatus(statu","overwrit","paid","paidwithcod(db","paidwithcod).find(&ord","paidwithcreditcard(db","paidwithcreditcard).find(&ord","paramet","pass","perform","perman","plain","pluck","preload","price","primari","product","profil","pw","quantiti","queri","quot","quot;%jin%").find(&us","quot;%jinhu%"","quot;%jinzhu%"","quot;%jinzhu%").delete(email","quot;"","quot;,"jinzhu").where("ag","quot;,20,"admin").find(&us","quot;22").find(&us","quot;411111111111").find(&us","quot;active").preload("orders"","quot;actived"","quot;addresses"","quot;admin").or("rol","quot;age"","quot;age"}).find(&us","quot;bil","quot;c"","quot;cancelled").find(&us","quot;code"","quot;email","quot;emails"","quot;en"","quot;for","quot;hello"","quot;id"","quot;jinzhu","quot;jinzhu"","quot;jinzhu").count(&count","quot;jinzhu").delet","quot;jinzhu").find(&us","quot;jinzhu").first(&us","quot;jinzhu").or("nam","quot;jinzhu"}).assign(user{ag","quot;jinzhu"}).attrs(user{ag","quot;jinzhu"}).first(&us","quot;jinzhu"}).firstorcreate(&us","quot;jinzhu"}).firstorinit(&us","quot;jinzhu@example.com"","quot;jinzhu@example.org").joins("join","quot;languages"","quot;nam","quot;name"","quot;non_existing"","quot;non_existing"}).assign(user{ag","quot;non_existing"}).attrs("age"","quot;non_existing"}).attrs(user{ag","quot;on","quot;opt","quot;paid").preload("orders.orderitems").find(&us","quot;price"","quot;products"","quot;quantity"","quot;ship","quot;shipped"})).find(&ord","quot;stat","quot;super_admin").find(&us","quot;super_admin").not("nam","quot;updated_at"","quot;user_id","language_id"","quot;users"","quot;zh"","raw","read","record","refer","regardless","reorder","request","result","retriev","return","role","row","rows.next","rowsaffect","run","save","scan","scope","scope.setcolumn","scope.setcolumn("encryptedpassword"","scope.setcolumn("id"","select","set","ship","shippingaddress","similar","singl","skip","slice","soft","specifi","sql","start","state","statu","string","string{"jinzhu"","struct","sum(amount","tabl","tag","those","time","time.now","time.tim","timestamp","today).find(&us","total","total").group("date(created_at)").having("sum(amount","total").group("date(created_at)").row","transact","true","true).find(&users2","true).update("name"","type","unfound","unknown","unknown)").delete(&email","unknown)").update("nam","unscop","upda","updat","update").first(&us","updatecolumn","updated_at","updated_at='2013","updatedat","us","user","user'","user.ag","user.nam","user_id","user_id,email","user_languag","users.id","users.id").row","users.id").scan(&result","users.id").where("credit_cards.numb","users1","users2","user{ag","user{id","user{nam","uuid.new","valid","valu","values('99&apo","var","want","warn","without","won't","work","write","zero"],"database.html":["1st","2nd","3rd","4th","_","abov","add","ag","amp;ord","amp;product","append","auto","automat","automigr","chang","check","column","column'","connect","creat","data","databa","databas","database'","date","db","db.automigrate(&us","db.createtable(&us","db.droptable(&us","db.droptable("users"","db.droptableifexists(&us","db.hastable(&us","db.hastable("users"","db.model(&user{}).addforeignkey("city_id"","db.model(&user{}).addindex("idx_user_name"","db.model(&user{}).addindex("idx_user_name_age"","db.model(&user{}).adduniqueindex("idx_user_name"","db.model(&user{}).adduniqueindex("idx_user_name_age"","db.model(&user{}).dropcolumn("description"","db.model(&user{}).modifycolumn("description"","db.model(&user{}).removeindex("idx_user_name"","db.set("gorm:table_options"","dbname=gorm","delet","descript","description'","destin","dialect","driver","driver/mysql"","drop","dropcolumn","easier","err","exampl","exist","field","first","foreign","foreignkey","func","given","gorm","gorm.open("mysql"","gorm.open("postgres"","gorm.open("sqlite3"","handl","https://github.com/jinzhu/gorm/blob/master/dialect.go","idx_user_nam","idx_user_name_ag","import","includ","index","keep","key","main","migrat","miss","model","model'","modifi","modifycolumn","more","multipl","mysql","name","need","note","offici","ondelet","onupd","order","param","paramet","parsetim","path","postgresql","product","protect","quot;/tmp/gorm.db"","quot;age"","quot;cities(id)"","quot;engine=innodb"","quot;engine=innodb").automigrate(&us","quot;engine=innodb").createtable(&us","quot;github.com/go","quot;github.com/jinzhu/gorm"","quot;github.com/jinzhu/gorm/dialects/mssql"","quot;github.com/jinzhu/gorm/dialects/mysql"","quot;github.com/jinzhu/gorm/dialects/postgres"","quot;github.com/jinzhu/gorm/dialects/sqlite"","quot;name"","quot;products"","quot;restrict"","quot;text"","quot;user:password@/dbname?charset=utf8&parsetime=true&loc=local"","quot;user=gorm","refer","rememb","remov","schema","sql","sqlite3","sslmode=disable"","statement","suffix","support","tabl","table(id","text","those","time.tim","type","uniqu","unsupport","unus","updat","user","user`'","valu","warn","won't","wrap","write"],"development.html":["20","_draft","abov","afterdelet","afterqueri","anoth","api","append","architectur","avail","base","befor","beforecr","beforeupd","bridg","call","callback","chain","chainabl","check","creat","crud","current","custom","db","db.callback().create().after("gorm:create").register("update_created_at"","db.callback().create().before("gorm:create").after("gorm:before_create").register("my_plugin:before_create"","db.callback().create().before("gorm:create").register("update_created_at"","db.callback().create().register("update_created_at"","db.callback().create().remove("gorm:create"","db.callback().create().replace("gorm:create"","db.callback().delete().after("gorm:delete").register("my_plugin:after_delete"","db.callback().query().after("gorm:query").register("my_plugin:after_query"","db.callback().rowquery().register("publish:update_table_name"","db.callback().update().before("gorm:update").register("my_plugin:before_update"","db.first(&us","db.where("ag","db.where("nam","dbname=gorm","default","defiend","defin","delet","develop","each","err","exampl","exist","fulli","func","function","gorm","gorm.db","gorm.open("postgres"","gorm.scop","gorm:creat","grom","https://godoc.org/github.com/jinzhu/gorm","instanc","itself","name","new","newcreatefunct","nowfunc","on","oper","operation'","order","out","perform","plugin","power","pre","process","queri","quot","quot;_draft"","quot;jinzhu"","quot;user=gorm","refer","regist","relat","replac","row","row_queri","run","scope","scope.hascolumn("created"","scope.search.table(scope.tablenam","scope.setcolumn("created"","sslmode=disable"","start","tabl","type","updat","updatecr","updatecreated(scop","updatetablenam","updatetablename(scop","us","view","want","write"],"models.html":["255","add","address","address1","address2","affect","ag","age_of_the_beast","anim","animalid","apos;user_languages&apo","base","beast_id","belong","billingaddress","billingaddressid","birthday","bool","case","chang","code","column","combin","convent","creat","created_at","createdat","creditcard","creditcard'","current","databas","day_of_the_beast","db.create(&us","db.model(&user).update("createdat"","db.model(&user).update("name"","db.save(&us","db.singulartable(tru","default","defin","definit","delet","deletedat","deletedat'","disabl","email","email'","emb","exist","field","field'","find","findabl","foreign","func","global","gorm.model","gorm:"","gorm:"auto_increment"","gorm:"column:age_of_the_beast"","gorm:"column:beast_id"","gorm:"column:day_of_the_beast"","gorm:"index"","gorm:"index:idx_name_code"","gorm:"many2many:user_languages;"","gorm:"not","gorm:"primary_key"","gorm:"size:255"","gorm:"type:varchar(100);unique"","gorm:"type:varchar(100);unique_index"","have","id","ignor","ignorem","includ","index","int","int64","join","key","languag","mani","model","model'","name","name'","need","null"","null;unique"","nullabl","num","number","on","overrid","plural","post","primari","primary_key","profil","queri","quot","quot;admin"","quot;admin_users"","quot;jinzhu"","quot;profiles"","quot;users"","record","record'","refer","relationship","reset","return","same","save","set","shippingaddress","shippingaddressid","size","snake","soft","sql","sql.nullint64","sql.nullstr","store","string","struct","subscrib","tabl","tablenam","tag","those","time","time.now","time.tim","true","type","u","u.rol","uint","uniqu","unique_index","updat","updatedat","us","user","user'","user`'","userid","valu","version","want","won't","work","write"]},"length":9},"tokenStore":{"root":{"0":{"0":{"0":{"1":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}},"docs":{}},"docs":{}},"1":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.014354066985645933},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}},"2":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}},"1":{"0":{"0":{"0":{"docs":{"./":{"ref":"./","tf":0.008},"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"curd.html":{"ref":"curd.html","tf":0.001524390243902439}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}}}},"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},"s":{"docs":{},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}},"docs":{"curd.html":{"ref":"curd.html","tf":0.004573170731707317}},":":{"2":{"3":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}},"docs":{}},"docs":{}}},"1":{"1":{"docs":{"associations.html":{"ref":"associations.html","tf":0.010893246187363835},"curd.html":{"ref":"curd.html","tf":0.008638211382113821}}},"2":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}},"docs":{"curd.html":{"ref":"curd.html","tf":0.005589430894308943}},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"[":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"]":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"{":{"docs":{},"}":{"docs":{},"{":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"2":{"3":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534}}},"docs":{}},"7":{"docs":{"curd.html":{"ref":"curd.html","tf":0.00508130081300813}}},"8":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0040650406504065045}},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"a":{"docs":{},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}},"docs":{"./":{"ref":"./","tf":0.016},"curd.html":{"ref":"curd.html","tf":0.007621951219512195}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522}},";":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"2":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}},"docs":{}}}}}}}}}}}}}}}}}},",":{"2":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},",":{"3":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},",":{"4":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522}}},"docs":{}}},"docs":{}}},"docs":{}},"s":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}},"2":{"0":{"0":{"0":{"docs":{"./":{"ref":"./","tf":0.016}}},"docs":{}},"docs":{"curd.html":{"ref":"curd.html","tf":0.012195121951219513},"development.html":{"ref":"development.html","tf":0.004807692307692308}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}}}}}}},"1":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},":":{"3":{"4":{"docs":{},":":{"1":{"0":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.00508130081300813}}}}}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"2":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}},"3":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}},"5":{"5":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}},"docs":{}},"9":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}},"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522}}}}},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},")":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522}}}}}}}}}}}}}}}}}}}}}}},"@":{"docs":{},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}},"@":{"docs":{},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}},"3":{"0":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},")":{"docs":{},".":{"docs":{},"s":{"docs":{},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"d":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}},"4":{"2":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}},"docs":{},",":{"5":{"docs":{},",":{"6":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}},"docs":{}}},"docs":{}},"t":{"docs":{},"h":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}},"9":{"9":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}},"docs":{}},"docs":{},"_":{"docs":{"./":{"ref":"./","tf":0.008},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"database.html":{"ref":"database.html","tf":0.027303754266211604}},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"f":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}},"a":{"docs":{},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.008}}}},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.008},"associations.html":{"ref":"associations.html","tf":0.037037037037037035},"callbacks.html":{"ref":"callbacks.html","tf":0.02072538860103627},"curd.html":{"ref":"curd.html","tf":0.005589430894308943}}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.003048780487804878}}}}}}},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.008},"database.html":{"ref":"database.html","tf":0.006825938566552901}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}},"i":{"docs":{},"g":{"docs":{},"r":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}},"d":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.002540650406504065},"database.html":{"ref":"database.html","tf":0.027303754266211604},"models.html":{"ref":"models.html","tf":0.00202020202020202}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"1":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"models.html":{"ref":"models.html","tf":0.00202020202020202}}},"2":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}},"docs":{"curd.html":{"ref":"curd.html","tf":0.0040650406504065045},"models.html":{"ref":"models.html","tf":0.006060606060606061}},"{":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"1":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}},"docs":{}}}}}}}}}}}}}}},"g":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.015197568389057751},"curd.html":{"ref":"curd.html","tf":0.020833333333333332},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"models.html":{"ref":"models.html","tf":0.006060606060606061}},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}},"=":{"1":{"0":{"0":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}},"docs":{}},"8":{"docs":{"curd.html":{"ref":"curd.html","tf":0.003048780487804878}}},"docs":{}},"3":{"0":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}},"docs":{}},"docs":{}},"_":{"docs":{},"o":{"docs":{},"f":{"docs":{},"_":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"_":{"docs":{},"b":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}}}},"m":{"docs":{},"p":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"associations.html":{"ref":"associations.html","tf":0.013071895424836602},"curd.html":{"ref":"curd.html","tf":0.002540650406504065}},";":{"docs":{},"a":{"docs":{},"g":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231}}}}}}},"u":{"docs":{},"s":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"1":{"0":{"0":{"0":{"docs":{},"(":{"docs":{},"d":{"docs":{},"b":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"0":{"0":{"0":{"1":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}},"docs":{}},"docs":{}},"docs":{}},"1":{"0":{"0":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}},"docs":{}},"docs":{}},"2":{"0":{"1":{"3":{"docs":{"curd.html":{"ref":"curd.html","tf":0.002540650406504065}}},"docs":{}},"docs":{}},"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.003048780487804878}}}}}}},"docs":{},"d":{"docs":{},"b":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}},"t":{"docs":{},"x":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}},"g":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}},"j":{"docs":{},"i":{"docs":{},"n":{"docs":{},"z":{"docs":{},"h":{"docs":{},"u":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.00508130081300813}},"s":{"docs":{},";":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"[":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"]":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"{":{"docs":{},"}":{"docs":{},"{":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{},"_":{"docs":{},"e":{"docs":{},"x":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522}}}}}}}}}}}}}}}}}},"s":{"docs":{},"u":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}},"z":{"docs":{},"h":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622}}}}}},"i":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"development.html":{"ref":"development.html","tf":0.014423076923076924}}}},"b":{"docs":{},"o":{"docs":{},"v":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}},"i":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}},"r":{"docs":{},"d":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"e":{"docs":{},"=":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}},"d":{"docs":{},"=":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}},"r":{"docs":{},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}}}}}}},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"development.html":{"ref":"development.html","tf":0.009615384615384616}}}}}}}}}}}},"f":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"r":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}},"t":{"docs":{},"x":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}},"s":{"docs":{},"a":{"docs":{},"v":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}},"l":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.02072538860103627},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}},"n":{"docs":{},"i":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439},"models.html":{"ref":"models.html","tf":0.00404040404040404}},"a":{"docs":{},"l":{"docs":{},".":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}},"s":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}},"{":{"docs":{},"a":{"docs":{},"g":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},"i":{"docs":{},"d":{"docs":{"models.html":{"ref":"models.html","tf":0.006060606060606061}}}}}}}},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522}},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.003048780487804878}}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008},"development.html":{"ref":"development.html","tf":0.009615384615384616},"models.html":{"ref":"models.html","tf":0.00404040404040404}}}},"c":{"docs":{},"k":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"curd.html":{"ref":"curd.html","tf":0.003048780487804878}}}}}},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"development.html":{"ref":"development.html","tf":0.004807692307692308}},"e":{"docs":{},"/":{"docs":{},"a":{"docs":{},"f":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008}}}}}},"c":{"docs":{},"r":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"development.html":{"ref":"development.html","tf":0.004807692307692308}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}}},"s":{"docs":{},"a":{"docs":{},"v":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"development.html":{"ref":"development.html","tf":0.004807692307692308}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.008},"associations.html":{"ref":"associations.html","tf":0.010893246187363835},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.006060606060606061}},"s":{"docs":{},"_":{"docs":{},"t":{"docs":{},"o":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}},"w":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"callbacks.html":{"ref":"callbacks.html","tf":0.015544041450777202},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},"t":{"docs":{},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231}}}}},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"k":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"curd.html":{"ref":"curd.html","tf":0.003048780487804878}}}}}},"c":{"docs":{},"r":{"docs":{},"y":{"docs":{},"p":{"docs":{},"t":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"(":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"k":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}},"i":{"docs":{},"d":{"docs":{},"g":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.00202020202020202}},"i":{"docs":{},"d":{"docs":{"models.html":{"ref":"models.html","tf":0.00404040404040404}}}}}}}}}}}}}}}},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"d":{"docs":{},"a":{"docs":{},"y":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.00808080808080808}},"=":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"2":{"0":{"1":{"6":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"development.html":{"ref":"development.html","tf":0.014423076923076924}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.016},"callbacks.html":{"ref":"callbacks.html","tf":0.05699481865284974},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.004573170731707317},"development.html":{"ref":"development.html","tf":0.125}}}}}}}},"r":{"docs":{},"d":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}},"e":{"docs":{},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}},"s":{"docs":{},"e":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"models.html":{"ref":"models.html","tf":0.00404040404040404}}}},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.015544041450777202},"changelog.html":{"ref":"changelog.html","tf":0.023923444976076555},"curd.html":{"ref":"curd.html","tf":0.006097560975609756},"database.html":{"ref":"database.html","tf":0.006825938566552901},"models.html":{"ref":"models.html","tf":0.00202020202020202}},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}}},"i":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"development.html":{"ref":"development.html","tf":0.009615384615384616}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"database.html":{"ref":"database.html","tf":0.006825938566552901},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}},"o":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"e":{"docs":{"./":{"ref":"./","tf":0.016},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465}}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"callbacks.html":{"ref":"callbacks.html","tf":0.02072538860103627},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}},"o":{"docs":{},"n":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"database.html":{"ref":"database.html","tf":0.010238907849829351}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"curd.html":{"ref":"curd.html","tf":0.006097560975609756}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622}}}},"n":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00404040404040404}}}}}},"f":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"curd.html":{"ref":"curd.html","tf":0.0040650406504065045}}}}},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"curd.html":{"ref":"curd.html","tf":0.001524390243902439},"database.html":{"ref":"database.html","tf":0.023890784982935155},"models.html":{"ref":"models.html","tf":0.024242424242424242}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"database.html":{"ref":"database.html","tf":0.006825938566552901}}}}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"e":{"docs":{},"(":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},",":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"4":{"2":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008},"callbacks.html":{"ref":"callbacks.html","tf":0.02072538860103627},"curd.html":{"ref":"curd.html","tf":0.007113821138211382},"database.html":{"ref":"database.html","tf":0.020477815699658702},"development.html":{"ref":"development.html","tf":0.04326923076923077},"models.html":{"ref":"models.html","tf":0.014141414141414142}},"e":{"docs":{},"/":{"docs":{},"s":{"docs":{},"a":{"docs":{},"v":{"docs":{},"e":{"docs":{},"/":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"/":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"(":{"docs":{},"d":{"docs":{},"b":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"models.html":{"ref":"models.html","tf":0.020202020202020204}}}},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"_":{"docs":{},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"s":{"docs":{},".":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"associations.html":{"ref":"associations.html","tf":0.015250544662309368},"models.html":{"ref":"models.html","tf":0.006060606060606061}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}}},"u":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465},"development.html":{"ref":"development.html","tf":0.004807692307692308}},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.008714596949891068},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"development.html":{"ref":"development.html","tf":0.009615384615384616},"models.html":{"ref":"models.html","tf":0.012121212121212121}}}}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"database.html":{"ref":"database.html","tf":0.006825938566552901}},"b":{"docs":{},"a":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"database.html":{"ref":"database.html","tf":0.0034129692832764505}},"s":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0182370820668693},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.003048780487804878},"database.html":{"ref":"database.html","tf":0.023890784982935155},"models.html":{"ref":"models.html","tf":0.00202020202020202}},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008}}}}}},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}},"e":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522},"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}},"y":{"docs":{},"_":{"docs":{},"o":{"docs":{},"f":{"docs":{},"_":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"_":{"docs":{},"b":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}}}},"b":{"docs":{"./":{"ref":"./","tf":0.008},"changelog.html":{"ref":"changelog.html","tf":0.014354066985645933},"curd.html":{"ref":"curd.html","tf":0.001524390243902439},"database.html":{"ref":"database.html","tf":0.010238907849829351},"development.html":{"ref":"development.html","tf":0.014423076923076924}},".":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"{":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"a":{"docs":{},"f":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},":":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},":":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"a":{"docs":{},"f":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},":":{"docs":{},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"m":{"docs":{},"y":{"docs":{},"_":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},":":{"docs":{},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},":":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},":":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"a":{"docs":{},"f":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},":":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"m":{"docs":{},"y":{"docs":{},"_":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},":":{"docs":{},"a":{"docs":{},"f":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"a":{"docs":{},"f":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},":":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"m":{"docs":{},"y":{"docs":{},"_":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},":":{"docs":{},"a":{"docs":{},"f":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"p":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{},":":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},":":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"m":{"docs":{},"y":{"docs":{},"_":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},":":{"docs":{},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"_":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"m":{"docs":{},"a":{"docs":{},"x":{"docs":{},"i":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"s":{"docs":{},"(":{"1":{"0":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}},"docs":{}},"docs":{}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"s":{"docs":{},"(":{"1":{"0":{"0":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"x":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.016}}}}}}}}},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522},"development.html":{"ref":"development.html","tf":0.004807692307692308}},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},".":{"docs":{},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"1":{"0":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},")":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.002540650406504065}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},")":{"docs":{},".":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"c":{"docs":{},"k":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"[":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"]":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"{":{"docs":{},"}":{"docs":{},"{":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{},"_":{"docs":{},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534}}}}}},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}},";":{"docs":{},")":{"docs":{},".":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"[":{"docs":{},"]":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"{":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"z":{"docs":{},"h":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"[":{"docs":{},"]":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"{":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"z":{"docs":{},"h":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"z":{"docs":{},"h":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"(":{"docs":{},"[":{"docs":{},"]":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"{":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"z":{"docs":{},"h":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"[":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"]":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"{":{"docs":{},"}":{"docs":{},"{":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"[":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"]":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"{":{"docs":{},"}":{"docs":{},"{":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},":":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}},"s":{"docs":{},"(":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}},"s":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"[":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"]":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"{":{"docs":{},"}":{"docs":{},"{":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}},"{":{"docs":{},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"c":{"docs":{},"k":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"i":{"docs":{},"d":{"docs":{},"x":{"docs":{},"_":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}},"_":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"i":{"docs":{},"d":{"docs":{},"x":{"docs":{},"_":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}},"_":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"i":{"docs":{},"f":{"docs":{},"y":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"i":{"docs":{},"d":{"docs":{},"x":{"docs":{},"_":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"{":{"docs":{},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231}}}}}}},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},"c":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"d":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"(":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"1":{"0":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"1":{"docs":{},")":{"docs":{},".":{"docs":{},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}},"docs":{}},"3":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}},"docs":{}}}}}}},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"(":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"a":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"1":{"0":{"0":{"0":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},")":{"docs":{},".":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"s":{"docs":{},"(":{"docs":{},"[":{"docs":{},"]":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"{":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"p":{"docs":{},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},".":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"{":{"docs":{},"r":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},".":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{},"s":{"docs":{},"t":{"docs":{},"d":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},":":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"_":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"_":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"v":{"docs":{},"e":{"docs":{},"_":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.006825938566552901}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}},"[":{"docs":{},"]":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"{":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}},"i":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"c":{"docs":{},"o":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"e":{"docs":{},"(":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},",":{"docs":{},"?":{"docs":{},")":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},".":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"c":{"docs":{},"k":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"curd.html":{"ref":"curd.html","tf":0.00508130081300813},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}},"a":{"docs":{},"g":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"development.html":{"ref":"development.html","tf":0.004807692307692308}}},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}},"p":{"docs":{},"a":{"docs":{},"y":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}},"s":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}},"[":{"docs":{},"]":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"6":{"4":{"docs":{},"{":{"2":{"0":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"[":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"]":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"{":{"docs":{},"}":{"docs":{},"{":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.005589430894308943}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},")":{"docs":{},".":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"a":{"docs":{},"g":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"j":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"(":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}},"o":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}},"[":{"docs":{},"]":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"6":{"4":{"docs":{},"{":{"1":{"docs":{},",":{"2":{"docs":{},",":{"3":{"docs":{},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}},"docs":{}}},"docs":{}}},"docs":{},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}},"o":{"docs":{},"f":{"docs":{},"f":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"1":{"0":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"1":{"docs":{},")":{"docs":{},".":{"docs":{},"o":{"docs":{},"f":{"docs":{},"f":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}},"docs":{}},"3":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}},"docs":{}}}}}}},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"a":{"docs":{},"g":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}}}}}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"database.html":{"ref":"database.html","tf":0.006825938566552901}}}}}}}}}}}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}}}}}}}}}}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"=":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.016},"associations.html":{"ref":"associations.html","tf":0.006535947712418301},"callbacks.html":{"ref":"callbacks.html","tf":0.025906735751295335},"curd.html":{"ref":"curd.html","tf":0.012703252032520325},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"development.html":{"ref":"development.html","tf":0.02403846153846154},"models.html":{"ref":"models.html","tf":0.010101010101010102}},"e":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.028708133971291867},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"=":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"2":{"0":{"1":{"3":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.002540650406504065}}}}},"a":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.012121212121212121}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.016},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"changelog.html":{"ref":"changelog.html","tf":0.014354066985645933},"curd.html":{"ref":"curd.html","tf":0.003556910569105691},"development.html":{"ref":"development.html","tf":0.004807692307692308},"models.html":{"ref":"models.html","tf":0.00808080808080808}}}}}},"e":{"docs":{},"r":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465}}}},"i":{"docs":{},"n":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"development.html":{"ref":"development.html","tf":0.009615384615384616},"models.html":{"ref":"models.html","tf":0.006060606060606061}},"i":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.00404040404040404}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}},"s":{"docs":{},"c":{"docs":{"curd.html":{"ref":"curd.html","tf":0.002540650406504065}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"1":{"docs":{},")":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.010238907849829351}}}}}}},"s":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}},"o":{"docs":{},"n":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}},"g":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622}}}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"database.html":{"ref":"database.html","tf":0.010238907849829351}},"/":{"docs":{},"m":{"docs":{},"y":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{"database.html":{"ref":"database.html","tf":0.020477815699658702}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{"database.html":{"ref":"database.html","tf":0.006825938566552901}}}}}}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}},"e":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}},"s":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}},"e":{"docs":{},"r":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}},"c":{"docs":{},"h":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}},"r":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.016},"advanced.html":{"ref":"advanced.html","tf":0.0364741641337386},"callbacks.html":{"ref":"callbacks.html","tf":0.031088082901554404},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"curd.html":{"ref":"curd.html","tf":0.003048780487804878},"database.html":{"ref":"database.html","tf":0.010238907849829351},"development.html":{"ref":"development.html","tf":0.004807692307692308}},"o":{"docs":{},"r":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.03951367781155015},"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"callbacks.html":{"ref":"callbacks.html","tf":0.025906735751295335},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},"s":{"docs":{},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}},"u":{"docs":{},"s":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}}}}}}}}}}},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.008}}}}},"r":{"docs":{},"a":{"docs":{"curd.html":{"ref":"curd.html","tf":0.00508130081300813}}}}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"database.html":{"ref":"database.html","tf":0.010238907849829351},"development.html":{"ref":"development.html","tf":0.019230769230769232},"models.html":{"ref":"models.html","tf":0.00404040404040404}}}}}},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"associations.html":{"ref":"associations.html","tf":0.013071895424836602},"curd.html":{"ref":"curd.html","tf":0.005589430894308943},"models.html":{"ref":"models.html","tf":0.00808080808080808}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231}}}}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}},"s":{"docs":{},".":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"j":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"l":{"docs":{},"e":{"docs":{},"f":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}}}}}}}}}},"{":{"docs":{},"{":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}},"b":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}},"n":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231}}}}},"c":{"docs":{},"r":{"docs":{},"y":{"docs":{},"p":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}},"d":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}},"f":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}},"l":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0040650406504065045}},"e":{"docs":{},")":{"docs":{},".":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.016}}}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.016},"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"curd.html":{"ref":"curd.html","tf":0.0020325203252032522},"models.html":{"ref":"models.html","tf":0.00202020202020202}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"associations.html":{"ref":"associations.html","tf":0.006535947712418301},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"changelog.html":{"ref":"changelog.html","tf":0.014354066985645933},"curd.html":{"ref":"curd.html","tf":0.010670731707317074},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"models.html":{"ref":"models.html","tf":0.04242424242424243}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"models.html":{"ref":"models.html","tf":0.00404040404040404}}}}}}}},"s":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}},"l":{"docs":{},"l":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}},"x":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522},"database.html":{"ref":"database.html","tf":0.0034129692832764505}},"o":{"docs":{},"r":{"docs":{},"c":{"docs":{},"r":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.016}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008}},"i":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}},"n":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"callbacks.html":{"ref":"callbacks.html","tf":0.02072538860103627},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"curd.html":{"ref":"curd.html","tf":0.0040650406504065045},"database.html":{"ref":"database.html","tf":0.010238907849829351},"development.html":{"ref":"development.html","tf":0.009615384615384616},"models.html":{"ref":"models.html","tf":0.00202020202020202}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}},"(":{"docs":{},"*":{"docs":{},"d":{"docs":{},"b":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"curd.html":{"ref":"curd.html","tf":0.00508130081300813}}}}},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"associations.html":{"ref":"associations.html","tf":0.026143790849673203},"database.html":{"ref":"database.html","tf":0.010238907849829351},"models.html":{"ref":"models.html","tf":0.010101010101010102}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"j":{"docs":{},"i":{"docs":{},"n":{"docs":{},"z":{"docs":{},"h":{"docs":{},"u":{"docs":{},"/":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.008}},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"g":{"docs":{},"r":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"database.html":{"ref":"database.html","tf":0.010238907849829351}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.008}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.008}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.014354066985645933}}}}}},"r":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.016},"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.004573170731707317},"database.html":{"ref":"database.html","tf":0.006825938566552901},"development.html":{"ref":"development.html","tf":0.019230769230769232}},".":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008},"associations.html":{"ref":"associations.html","tf":0.04357298474945534},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"models.html":{"ref":"models.html","tf":0.012121212121212121}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"3":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}},"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}}}}}}}},"m":{"docs":{},"y":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"b":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"curd.html":{"ref":"curd.html","tf":0.00508130081300813},"development.html":{"ref":"development.html","tf":0.009615384615384616}}}},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"development.html":{"ref":"development.html","tf":0.009615384615384616}}}}}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}},":":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}},";":{"docs":{},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},"_":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"models.html":{"ref":"models.html","tf":0.00404040404040404}}}}}}},":":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"y":{"docs":{},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"p":{"docs":{},"h":{"docs":{},"i":{"docs":{},"c":{"docs":{},":":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},";":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"i":{"docs":{},"d":{"docs":{},";":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"d":{"docs":{},";":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534}}}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"y":{"2":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},":":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},";":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},";":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},";":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{},":":{"docs":{},"s":{"docs":{},"_":{"docs":{},"k":{"docs":{},"_":{"docs":{},"u":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}}}}},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"_":{"docs":{},"o":{"docs":{},"f":{"docs":{},"_":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"_":{"docs":{},"b":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"y":{"docs":{},"_":{"docs":{},"o":{"docs":{},"f":{"docs":{},"_":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"_":{"docs":{},"b":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},":":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{},"g":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"x":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00404040404040404}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00404040404040404}}}}},"s":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},":":{"2":{"5":{"5":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}},"docs":{}},"docs":{}},"docs":{}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},":":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"1":{"0":{"0":{"docs":{},")":{"docs":{},";":{"docs":{},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"v":{"docs":{},"e":{"docs":{},"_":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{},"i":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.009615384615384616}}}}}}}}}},"o":{"docs":{},"d":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.015197568389057751}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}},"m":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}},"t":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.014227642276422764}}},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622}},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"j":{"docs":{},"i":{"docs":{},"n":{"docs":{},"z":{"docs":{},"h":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"z":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"j":{"docs":{},"i":{"docs":{},"n":{"docs":{},"z":{"docs":{},"h":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"j":{"docs":{},"i":{"docs":{},"n":{"docs":{},"z":{"docs":{},"h":{"docs":{},"u":{"docs":{},"/":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"/":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"h":{"docs":{},"s":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"g":{"docs":{},"o":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"g":{"docs":{},"o":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"j":{"docs":{},"i":{"docs":{},"n":{"docs":{},"z":{"docs":{},"h":{"docs":{},"u":{"docs":{},"/":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.015197568389057751},"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465}}}}}},"s":{"docs":{},"_":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}},"o":{"docs":{},"n":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}},"v":{"docs":{},"e":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"models.html":{"ref":"models.html","tf":0.006060606060606061}},"n":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}},"_":{"docs":{},"t":{"docs":{},"_":{"docs":{},"t":{"docs":{},"_":{"docs":{},"p":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"associations.html":{"ref":"associations.html","tf":0.008714596949891068},"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"curd.html":{"ref":"curd.html","tf":0.007621951219512195},"models.html":{"ref":"models.html","tf":0.028282828282828285}},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}},"=":{"1":{"0":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}},"1":{"1":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0040650406504065045}}},"docs":{}},"docs":{}},"docs":{}},"x":{"docs":{},"_":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}},"e":{"docs":{},"_":{"docs":{},"a":{"docs":{},"g":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008},"changelog.html":{"ref":"changelog.html","tf":0.014354066985645933},"database.html":{"ref":"database.html","tf":0.03754266211604096}}}}}}},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008}}},"n":{"docs":{},"c":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.009146341463414634}}}}}},"t":{"6":{"4":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522},"models.html":{"ref":"models.html","tf":0.00808080808080808}},"{":{"1":{"1":{"docs":{},",":{"2":{"2":{"docs":{},",":{"3":{"3":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"associations.html":{"ref":"associations.html","tf":0.015250544662309368},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.01616161616161616}},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465}},"e":{"docs":{},"{":{"docs":{},"}":{"docs":{},"{":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}}}}}}}}}}},"{":{"1":{"0":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}},"docs":{}},"docs":{}}},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}},"i":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},"i":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.019138755980861243}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"database.html":{"ref":"database.html","tf":0.027303754266211604},"models.html":{"ref":"models.html","tf":0.010101010101010102}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231}}}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}},"g":{"docs":{},"n":{"docs":{},"o":{"docs":{},"r":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439},"models.html":{"ref":"models.html","tf":0.00202020202020202}},"e":{"docs":{},"m":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}},"j":{"docs":{},"i":{"docs":{},"n":{"docs":{},"z":{"docs":{},"h":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.008}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"curd.html":{"ref":"curd.html","tf":0.003048780487804878},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.0121580547112462},"associations.html":{"ref":"associations.html","tf":0.04139433551198257},"curd.html":{"ref":"curd.html","tf":0.0066056910569105695},"database.html":{"ref":"database.html","tf":0.010238907849829351},"models.html":{"ref":"models.html","tf":0.01616161616161616}}},"e":{"docs":{},"p":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}},"l":{"1":{"2":{"1":{"2":{"docs":{"./":{"ref":"./","tf":0.008}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"i":{"docs":{},"b":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.016}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.005589430894308943}}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.008},"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}}},"g":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.0243161094224924}}}}},"i":{"docs":{},"c":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622}}}}},"o":{"docs":{},"k":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"associations.html":{"ref":"associations.html","tf":0.010893246187363835},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.006060606060606061}},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}},"e":{"docs":{},"n":{"docs":{"associations.html":{"ref":"associations.html","tf":0.010893246187363835}}}},"{":{"docs":{},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"k":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622}},";":{"docs":{},"&":{"docs":{},"g":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.004573170731707317}}}}}}}},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.016},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"database.html":{"ref":"database.html","tf":0.010238907849829351}}}},"n":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.024},"associations.html":{"ref":"associations.html","tf":0.023965141612200435},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"models.html":{"ref":"models.html","tf":0.00808080808080808}}},"y":{"2":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}},"docs":{}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"curd.html":{"ref":"curd.html","tf":0.002540650406504065}}}}},"d":{"docs":{},"e":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}},"k":{"docs":{},"e":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}},"p":{"docs":{"curd.html":{"ref":"curd.html","tf":0.004573170731707317}},"[":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"]":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"e":{"docs":{},"{":{"docs":{},"}":{"docs":{},"{":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"database.html":{"ref":"database.html","tf":0.017064846416382253}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.008}}},"s":{"docs":{},"s":{"docs":{"database.html":{"ref":"database.html","tf":0.006825938566552901}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}},"d":{"docs":{},"e":{"docs":{"associations.html":{"ref":"associations.html","tf":0.008714596949891068}},"l":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"changelog.html":{"ref":"changelog.html","tf":0.014354066985645933},"curd.html":{"ref":"curd.html","tf":0.0020325203252032522},"database.html":{"ref":"database.html","tf":0.017064846416382253},"models.html":{"ref":"models.html","tf":0.012121212121212121}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}},"y":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{"database.html":{"ref":"database.html","tf":0.006825938566552901}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"curd.html":{"ref":"curd.html","tf":0.003048780487804878},"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}},"s":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}},"d":{"docs":{},"o":{"docs":{},"e":{"docs":{},"l":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}},"y":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{"database.html":{"ref":"database.html","tf":0.010238907849829351}}}}}}},"n":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.0121580547112462},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.015197568389057751},"associations.html":{"ref":"associations.html","tf":0.034858387799564274},"changelog.html":{"ref":"changelog.html","tf":0.028708133971291867},"curd.html":{"ref":"curd.html","tf":0.027947154471544715},"database.html":{"ref":"database.html","tf":0.013651877133105802},"development.html":{"ref":"development.html","tf":0.004807692307692308},"models.html":{"ref":"models.html","tf":0.06262626262626263}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}},",":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"_":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{},",":{"docs":{},"s":{"docs":{},"h":{"docs":{},"i":{"docs":{},"p":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"_":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"=":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.00508130081300813}}}}}}}}}}},"j":{"docs":{},"i":{"docs":{},"n":{"docs":{},"z":{"docs":{},"h":{"docs":{},"u":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}},"o":{"docs":{},"t":{"docs":{},"e":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"database.html":{"ref":"database.html","tf":0.0034129692832764505}}},"h":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}},"(":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}},"w":{"docs":{},".":{"docs":{},"m":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"0":{"0":{"0":{"1":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},"e":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"database.html":{"ref":"database.html","tf":0.006825938566552901},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}},"w":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"development.html":{"ref":"development.html","tf":0.038461538461538464}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.009615384615384616}}}}}}}}}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}},"s":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}},"u":{"docs":{},"m":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}},"l":{"docs":{},"l":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.019138755980861243},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}},";":{"docs":{},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"associations.html":{"ref":"associations.html","tf":0.010893246187363835},"curd.html":{"ref":"curd.html","tf":0.0020325203252032522},"development.html":{"ref":"development.html","tf":0.004807692307692308},"models.html":{"ref":"models.html","tf":0.01616161616161616}},"c":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}},"r":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.016}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"curd.html":{"ref":"curd.html","tf":0.01016260162601626},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"development.html":{"ref":"development.html","tf":0.009615384615384616}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"s":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.008}}}}}},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}},"r":{"docs":{},"i":{"docs":{},"d":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"callbacks.html":{"ref":"callbacks.html","tf":0.04145077720207254}}}}}}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.015197568389057751},"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"development.html":{"ref":"development.html","tf":0.019230769230769232}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522}}},"o":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.006097560975609756}}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},"u":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}},"w":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"d":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.002540650406504065}}}}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.008},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}},"n":{"docs":{},"i":{"docs":{},"c":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"f":{"docs":{},"a":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}}}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}},"i":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"(":{"docs":{},"d":{"docs":{},"b":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"(":{"docs":{},"d":{"docs":{},"b":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"database.html":{"ref":"database.html","tf":0.017064846416382253}},"e":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}},"t":{"docs":{},"h":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.008},"development.html":{"ref":"development.html","tf":0.014423076923076924}}}}},"c":{"docs":{},"k":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}},"r":{"docs":{},"a":{"docs":{},"l":{"docs":{"models.html":{"ref":"models.html","tf":0.006060606060606061}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522}}}}}},"o":{"docs":{},"l":{"docs":{},"y":{"docs":{},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"p":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.008},"associations.html":{"ref":"associations.html","tf":0.008714596949891068}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}},"e":{"docs":{},"r":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}}},"o":{"docs":{},"l":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231}}}},"s":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{"database.html":{"ref":"database.html","tf":0.006825938566552901}}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}},"r":{"docs":{},"e":{"docs":{"development.html":{"ref":"development.html","tf":0.009615384615384616}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.008},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.0020325203252032522}}}}}}},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.024},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465},"associations.html":{"ref":"associations.html","tf":0.006535947712418301},"curd.html":{"ref":"curd.html","tf":0.008130081300813009},"models.html":{"ref":"models.html","tf":0.010101010101010102}}},"y":{"docs":{},"_":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}},"a":{"docs":{},"m":{"docs":{},"r":{"docs":{},"i":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}},"n":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.048},"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"database.html":{"ref":"database.html","tf":0.0034129692832764505}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"associations.html":{"ref":"associations.html","tf":0.05010893246187364},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.00202020202020202}},"e":{"docs":{},"i":{"docs":{},"d":{"docs":{"associations.html":{"ref":"associations.html","tf":0.008714596949891068}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"development.html":{"ref":"development.html","tf":0.009615384615384616}}}}}}}},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"development.html":{"ref":"development.html","tf":0.014423076923076924}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}},"w":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.014354066985645933},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.008}}}}},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.02735562310030395},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.02184959349593496},"development.html":{"ref":"development.html","tf":0.009615384615384616},"models.html":{"ref":"models.html","tf":0.00202020202020202}},";":{"2":{"2":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"4":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.008}},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"i":{"docs":{},"d":{"docs":{},")":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"j":{"docs":{},"i":{"docs":{},"n":{"docs":{},"z":{"docs":{},"h":{"docs":{},"u":{"docs":{},"/":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008},"database.html":{"ref":"database.html","tf":0.010238907849829351}}}}}}},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008},"database.html":{"ref":"database.html","tf":0.006825938566552901}}}}}}}}}}}}},"m":{"docs":{},"s":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}},"y":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.006825938566552901}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.006825938566552901}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}}}}}}}}}},"g":{"docs":{},"o":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}}},"l":{"1":{"2":{"1":{"2":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.016}}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},";":{"docs":{},".":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"i":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},".":{"docs":{},"d":{"docs":{},"b":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}}}}}}},"x":{"docs":{},"t":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}},"\\":{"docs":{},"r":{"docs":{},"\\":{"docs":{},"n":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.006097560975609756}}}}}}}}}}}},"j":{"docs":{},"i":{"docs":{},"n":{"docs":{},"z":{"docs":{},"h":{"docs":{},"u":{"docs":{"curd.html":{"ref":"curd.html","tf":0.004573170731707317}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.012195121951219513},"development.html":{"ref":"development.html","tf":0.004807692307692308},"models.html":{"ref":"models.html","tf":0.00202020202020202}},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"curd.html":{"ref":"curd.html","tf":0.001524390243902439}},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},".":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"(":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"{":{"docs":{},"a":{"docs":{},"g":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"s":{"docs":{},"(":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"{":{"docs":{},"a":{"docs":{},"g":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"@":{"docs":{},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"j":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"j":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}},";":{"docs":{},".":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},",":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}},":":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"@":{"docs":{},"/":{"docs":{},"d":{"docs":{},"b":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"?":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"=":{"docs":{},"u":{"docs":{},"t":{"docs":{},"f":{"8":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"=":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"=":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"=":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"models.html":{"ref":"models.html","tf":0.00202020202020202}},";":{"docs":{},")":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}}}},"_":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}}},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.002540650406504065},"database.html":{"ref":"database.html","tf":0.006825938566552901}},";":{"docs":{},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}},"%":{"docs":{},"j":{"docs":{},"i":{"docs":{},"n":{"docs":{},"%":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}},"h":{"docs":{},"u":{"docs":{},"%":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}},"z":{"docs":{},"h":{"docs":{},"u":{"docs":{},"%":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},";":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}}}}}},",":{"2":{"0":{"docs":{},",":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"j":{"docs":{},"i":{"docs":{},"n":{"docs":{},"z":{"docs":{},"h":{"docs":{},"u":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"a":{"docs":{},"g":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}},"n":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"=":{"docs":{},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"b":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}},";":{"docs":{},")":{"docs":{},".":{"docs":{},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},"i":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439},"database.html":{"ref":"database.html","tf":0.013651877133105802}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"_":{"docs":{},"e":{"docs":{},"x":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.006097560975609756}},";":{"docs":{},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"(":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"{":{"docs":{},"a":{"docs":{},"g":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"s":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"{":{"docs":{},"a":{"docs":{},"g":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}},"p":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}},"p":{"docs":{},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522},"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}},"s":{"docs":{},"h":{"docs":{},"i":{"docs":{},"p":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},"p":{"docs":{},"e":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}}}},"u":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"z":{"docs":{},"h":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}},"/":{"docs":{},"t":{"docs":{},"m":{"docs":{},"p":{"docs":{},"/":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},".":{"docs":{},"d":{"docs":{},"b":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.006825938566552901}}}}}}}}}}}}}}},"_":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"f":{"docs":{},"t":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"callbacks.html":{"ref":"callbacks.html","tf":0.02072538860103627},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.011178861788617886},"development.html":{"ref":"development.html","tf":0.03365384615384615},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.008},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.008},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}},"a":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"development.html":{"ref":"development.html","tf":0.014423076923076924}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"h":{"docs":{},"i":{"docs":{},"p":{"docs":{"associations.html":{"ref":"associations.html","tf":0.008714596949891068},"models.html":{"ref":"models.html","tf":0.010101010101010102}}}}}}}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.014735772357723578},"models.html":{"ref":"models.html","tf":0.00808080808080808}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"models.html":{"ref":"models.html","tf":0.012121212121212121}}}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"associations.html":{"ref":"associations.html","tf":0.006535947712418301},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"development.html":{"ref":"development.html","tf":0.004807692307692308},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0121580547112462},"curd.html":{"ref":"curd.html","tf":0.003048780487804878}}}}},"e":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.015197568389057751},"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"callbacks.html":{"ref":"callbacks.html","tf":0.025906735751295335},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.00508130081300813},"models.html":{"ref":"models.html","tf":0.006060606060606061}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"v":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}}}}}},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"associations.html":{"ref":"associations.html","tf":0.006535947712418301},"development.html":{"ref":"development.html","tf":0.014423076923076924}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}},"g":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.038461538461538464}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}},"a":{"docs":{},"w":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0121580547112462},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}},"n":{"docs":{},"g":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}},"o":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"callbacks.html":{"ref":"callbacks.html","tf":0.025906735751295335}}}}}}},"e":{"docs":{"curd.html":{"ref":"curd.html","tf":0.002540650406504065}}}},"w":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0121580547112462},"curd.html":{"ref":"curd.html","tf":0.001524390243902439},"development.html":{"ref":"development.html","tf":0.019230769230769232}},".":{"docs":{},"s":{"docs":{},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}}}}}},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"s":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465}}}}}},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465},"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}}}}},"s":{"docs":{},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231}}}}}}}}}}}}}}}},"a":{"docs":{},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}},"_":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}},"u":{"docs":{},"n":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465},"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"development.html":{"ref":"development.html","tf":0.009615384615384616}}}}},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.0182370820668693},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.009146341463414634},"database.html":{"ref":"database.html","tf":0.006825938566552901},"models.html":{"ref":"models.html","tf":0.00202020202020202}},".":{"docs":{},"d":{"docs":{},"b":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0121580547112462}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0364741641337386}}}}},"n":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"6":{"4":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}},"docs":{}},"docs":{}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"3":{"docs":{"database.html":{"ref":"database.html","tf":0.006825938566552901}}},"docs":{}}}}}},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008},"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"development.html":{"ref":"development.html","tf":0.009615384615384616}}}},"t":{"docs":{},"e":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}},"u":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465},"associations.html":{"ref":"associations.html","tf":0.04357298474945534},"curd.html":{"ref":"curd.html","tf":0.0020325203252032522},"models.html":{"ref":"models.html","tf":0.030303030303030304}},"{":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"j":{"docs":{},"i":{"docs":{},"n":{"docs":{},"z":{"docs":{},"h":{"docs":{},"u":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"associations.html":{"ref":"associations.html","tf":0.054466230936819175},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.009654471544715448},"models.html":{"ref":"models.html","tf":0.03434343434343434}}}}}},"o":{"docs":{},"p":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}},"r":{"docs":{},"e":{"docs":{"models.html":{"ref":"models.html","tf":0.012121212121212121}}}}}},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465},"curd.html":{"ref":"curd.html","tf":0.0020325203252032522}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"development.html":{"ref":"development.html","tf":0.004807692307692308}},".":{"docs":{},"d":{"docs":{},"b":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"(":{"docs":{},"u":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"r":{"docs":{},"y":{"docs":{},"p":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},".":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},".":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"database.html":{"ref":"database.html","tf":0.006825938566552901}}}}}}},"e":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0121580547112462},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.013211382113821139},"models.html":{"ref":"models.html","tf":0.03232323232323232}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.008714596949891068},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"curd.html":{"ref":"curd.html","tf":0.03556910569105691}}}}},"f":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.015544041450777202}}}}},"h":{"docs":{},"i":{"docs":{},"p":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"p":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.00202020202020202}},"i":{"docs":{},"d":{"docs":{"models.html":{"ref":"models.html","tf":0.00404040404040404}}}}}}}}}}}}}}}}},"o":{"docs":{},"w":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"curd.html":{"ref":"curd.html","tf":0.0020325203252032522}}}}},"m":{"docs":{},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}},"z":{"docs":{},"e":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"associations.html":{"ref":"associations.html","tf":0.006535947712418301}},"e":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}},"f":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.002540650406504065},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"f":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231}},"i":{"docs":{"associations.html":{"ref":"associations.html","tf":0.015250544662309368},"curd.html":{"ref":"curd.html","tf":0.003556910569105691}}}},"a":{"docs":{},"l":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"database.html":{"ref":"database.html","tf":0.006825938566552901}}}}}}},"r":{"docs":{},"e":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}},"m":{"docs":{},"(":{"docs":{},"a":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"x":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}},"b":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"models.html":{"ref":"models.html","tf":0.00202020202020202}}},"p":{"docs":{},"l":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}},"v":{"docs":{},"e":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.031088082901554404},"curd.html":{"ref":"curd.html","tf":0.00508130081300813},"models.html":{"ref":"models.html","tf":0.00202020202020202}},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}}}}}}},"_":{"docs":{},"k":{"docs":{},"_":{"docs":{},"u":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}},"k":{"docs":{},"u":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}},"i":{"docs":{},"p":{"docs":{"curd.html":{"ref":"curd.html","tf":0.003556910569105691}}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}},"s":{"docs":{},"l":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"=":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{"models.html":{"ref":"models.html","tf":0.00404040404040404}}}}}}},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008}}}},"x":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.0243161094224924},"callbacks.html":{"ref":"callbacks.html","tf":0.05181347150259067},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}},"u":{"docs":{},"e":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"models.html":{"ref":"models.html","tf":0.00202020202020202}},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"2":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}},"docs":{}}}}}}}}}}}}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"associations.html":{"ref":"associations.html","tf":0.05664488017429194},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"curd.html":{"ref":"curd.html","tf":0.0020325203252032522},"database.html":{"ref":"database.html","tf":0.010238907849829351},"development.html":{"ref":"development.html","tf":0.004807692307692308},"models.html":{"ref":"models.html","tf":0.03232323232323232}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"curd.html":{"ref":"curd.html","tf":0.001524390243902439},"database.html":{"ref":"database.html","tf":0.05802047781569966},"development.html":{"ref":"development.html","tf":0.004807692307692308},"models.html":{"ref":"models.html","tf":0.01616161616161616}},"e":{"docs":{},"(":{"docs":{},"i":{"docs":{},"d":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"models.html":{"ref":"models.html","tf":0.006060606060606061}}}}}}}},"g":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.006060606060606061}}}},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"models.html":{"ref":"models.html","tf":0.024242424242424242}},".":{"docs":{},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"models.html":{"ref":"models.html","tf":0.01616161616161616}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}},"x":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"(":{"docs":{},"u":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"associations.html":{"ref":"associations.html","tf":0.006535947712418301},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.002540650406504065},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}},"o":{"docs":{},"y":{"docs":{"associations.html":{"ref":"associations.html","tf":0.010893246187363835}}},"d":{"docs":{},"b":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}},"a":{"docs":{},"y":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{},")":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"h":{"docs":{},"a":{"docs":{},"v":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"s":{"docs":{},"u":{"docs":{},"m":{"docs":{},"(":{"docs":{},"a":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.008},"callbacks.html":{"ref":"callbacks.html","tf":0.02072538860103627},"models.html":{"ref":"models.html","tf":0.00202020202020202}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008},"associations.html":{"ref":"associations.html","tf":0.013071895424836602},"models.html":{"ref":"models.html","tf":0.010101010101010102}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008}}}}},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}},"f":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.003048780487804878}}}}}}},"k":{"docs":{},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},")":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.010238907849829351}}}}}}}}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"database.html":{"ref":"database.html","tf":0.006825938566552901},"models.html":{"ref":"models.html","tf":0.00404040404040404}},"e":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"models.html":{"ref":"models.html","tf":0.00404040404040404}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"t":{"docs":{"./":{"ref":"./","tf":0.016},"callbacks.html":{"ref":"callbacks.html","tf":0.031088082901554404},"changelog.html":{"ref":"changelog.html","tf":0.019138755980861243},"curd.html":{"ref":"curd.html","tf":0.034552845528455285},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"development.html":{"ref":"development.html","tf":0.009615384615384616},"models.html":{"ref":"models.html","tf":0.006060606060606061}},"e":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.01616161616161616}}}},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}},"=":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"2":{"0":{"1":{"3":{"docs":{"curd.html":{"ref":"curd.html","tf":0.002540650406504065}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}},"r":{"docs":{"development.html":{"ref":"development.html","tf":0.014423076923076924}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.008}}}}}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622}}}}}},"s":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465},"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"changelog.html":{"ref":"changelog.html","tf":0.023923444976076555},"curd.html":{"ref":"curd.html","tf":0.005589430894308943},"development.html":{"ref":"development.html","tf":0.004807692307692308},"models.html":{"ref":"models.html","tf":0.026262626262626262}},"a":{"docs":{},"g":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}},"e":{"docs":{},"r":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0121580547112462},"associations.html":{"ref":"associations.html","tf":0.037037037037037035},"callbacks.html":{"ref":"callbacks.html","tf":0.02072538860103627},"changelog.html":{"ref":"changelog.html","tf":0.019138755980861243},"curd.html":{"ref":"curd.html","tf":0.047764227642276426},"database.html":{"ref":"database.html","tf":0.020477815699658702},"models.html":{"ref":"models.html","tf":0.020202020202020204}},"s":{"1":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}},"2":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}},"docs":{},";":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}},".":{"docs":{},"i":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},"s":{"docs":{},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{},"_":{"docs":{},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"s":{"docs":{},".":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"associations.html":{"ref":"associations.html","tf":0.010893246187363835},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}}},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"curd.html":{"ref":"curd.html","tf":0.002540650406504065}},",":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}},"i":{"docs":{},"d":{"docs":{"associations.html":{"ref":"associations.html","tf":0.013071895424836602},"models.html":{"ref":"models.html","tf":0.00808080808080808}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534}}}}},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"r":{"docs":{},"y":{"docs":{},"p":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"g":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}},"{":{"docs":{},"a":{"docs":{},"g":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}},"i":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.00508130081300813}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.003556910569105691}}}}}},"`":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"database.html":{"ref":"database.html","tf":0.010238907849829351},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}},".":{"docs":{},"i":{"docs":{},"d":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"n":{"docs":{},"l":{"docs":{},"i":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}}}}},"o":{"docs":{},"l":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}},"g":{"docs":{},"l":{"docs":{},"i":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}},"r":{"docs":{},"i":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}},"v":{"1":{"docs":{},".":{"0":{"docs":{"./":{"ref":"./","tf":0.008},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}},"docs":{}}},"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.002540650406504065}},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}},"e":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}},"u":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.01524390243902439},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"models.html":{"ref":"models.html","tf":0.00404040404040404}},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"9":{"9":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}},"docs":{}},"docs":{}}}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}},"e":{"docs":{},"w":{"docs":{"development.html":{"ref":"development.html","tf":0.009615384615384616}}}}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"models.html":{"ref":"models.html","tf":0.00404040404040404}}}}}}}}},"w":{"docs":{},"o":{"docs":{},"s":{"docs":{},"m":{"docs":{},"v":{"docs":{},"p":{"docs":{},"@":{"docs":{},"g":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}}}}}}}}}}},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"k":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.001524390243902439},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}},"n":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"models.html":{"ref":"models.html","tf":0.00404040404040404}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"database.html":{"ref":"database.html","tf":0.010238907849829351},"development.html":{"ref":"development.html","tf":0.014423076923076924},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}},"a":{"docs":{},"p":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.003556910569105691},"development.html":{"ref":"development.html","tf":0.004807692307692308},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}},"r":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}},"length":1531},"corpusTokens":["0","0001","01","01&apo","02","02&apo","02")).update("deleted_at"","1","1"","1").updatecolumn("quantity"","1).find(&users2","1,2","1,2,3","1,2,3,4","10","100","100).row","100).scan(&result","1000","1000"","10:23"","11","111","112","11}).updates(map[string]interface{}{"name"","123","17","18","18}).rowsaffect","1st","2","2&apo","2"","2").find(&users).count(&count","2"}).find(&us","20","20").find(&us","20).delete(&us","20).firstorinit(&us","2000","20}).find(&us","20}).first(&us","20}).firstorcreate(&us","20}).firstorinit(&us","21","21:34:10&apo","22","22}).find(&us","23","255","29","2@example.com"","2@example@example.com"","2nd","3","3).scan(&result","30","30}).firstorcreate(&us","30}).firstorinit(&us","3rd","4,5,6","42).row","4th","99","_","_draft","abil","abov","accord","account","activ","active=tru","actived=fals","add","address","address1","address2","address{address1","advanc","affect","aftercr","aftercreate(scop","aftercreate(tx","afterdelet","afterfind","afterqueri","aftersav","afterupd","ag","age").find(&us","age").row","age").where("nam","age=100","age=18","age=30","age_of_the_beast","aim","alert","alreadi","amount","amountgreaterthan1000(db","amp","amp;ag","amp;email","amp;imag","amp;nam","amp;ord","amp;product","amp;us","anim","animal.nam","animalid","animals("age"","animal{ag","anoth","api","apos;0001","apos;100&apo","apos;2&apo","apos;2013","apos;active&apo","apos;admin&apo","apos;cancelled&apo","apos;db&apo","apos;en&apo","apos;galeone&apo","apos;jinzhu","apos;jinzhu&apo","apos;jinzhu'").or(map[string]interface{}{"name"","apos;jinzhu'").or(user{nam","apos;non_existing&apo","apos;super_admin&apo","apos;tx&apo","apos;user_languages&apo","apos;zh&apo","append","applic","architectur","argument","assgin","assign","associ","attr","attribut","author","auto","automat","automigr","avail","avoid","back","base","batch","bcrypt.generatefrompassword(user.password","beast_id","befor","before/aft","beforecr","beforecreate(scop","beforedelet","beforesav","beforesave(scop","beforeupd","beforeupdate(scop","begin","belong","belongs_to","below","between","billingaddress","billingaddressid","birthday","birthday='2016","blank","bool","break","bridg","builder","built","call","callback","cancel","card","carefulli","case","cat","chain","chainabl","chang","changelog","check","clear","coalesce(age,'42&apo","cod","code","column","column'","combin","come","commit","common","composit","condit","conflict","conflict").create(&product","connect","contain","contributor","convent","convert","correctli","count","creat","create/save/update/delete/find","createanimals(db","created_at","createdat","credit","credit_card","credit_cards.user_id","creditcard","creditcard'","crud","current","custom","customizeaccount","customizeperson","data","databa","databas","database'","database"","date","day_of_the_beast","db","db'","db.automigrate(&us","db.begin","db.callback().create().after("gorm:create").register("update_created_at"","db.callback().create().before("gorm:create").after("gorm:before_create").register("my_plugin:before_create"","db.callback().create().before("gorm:create").register("update_created_at"","db.callback().create().register("update_created_at"","db.callback().create().remove("gorm:create"","db.callback().create().replace("gorm:create"","db.callback().delete().after("gorm:delete").register("my_plugin:after_delete"","db.callback().query().after("gorm:query").register("my_plugin:after_query"","db.callback().rowquery().register("publish:update_table_name"","db.callback().update().before("gorm:update").register("my_plugin:before_update"","db.create(&anim","db.create(&product{cod","db.create(&us","db.createtable(&us","db.db","db.db().ping","db.db().setmaxidleconns(10","db.db().setmaxopenconns(100","db.debug().where("nam","db.delete(&email","db.delete(&product","db.delete(&us","db.delete(email","db.droptable(&us","db.droptable("users"","db.droptableifexists(&us","db.exec("drop","db.exec("upd","db.find(&us","db.find(&users).pluck("age"","db.first(&product","db.first(&us","db.first(&user).limit(10).find(&users).geterror","db.firstorcreate(&us","db.firstorinit(&us","db.hastable(&us","db.hastable("users"","db.joins("join","db.last(&us","db.limit(10).find(&users1).limit","db.limit(3).find(&us","db.logmode(fals","db.logmode(tru","db.model(&product).update("price"","db.model(&product).updatecolumn("quantity"","db.model(&product).updates(map[string]interface{}{"price"","db.model(&product).where("quant","db.model(&user).association("languages"","db.model(&user).association("languages").append([]language{languagezh","db.model(&user).association("languages").append(language{nam","db.model(&user).association("languages").clear","db.model(&user).association("languages").count","db.model(&user).association("languages").delete([]language{languagezh","db.model(&user).association("languages").delete(languagezh","db.model(&user).association("languages").error","db.model(&user).association("languages").find(&languag","db.model(&user).association("languages").replace([]language{languagezh","db.model(&user).association("languages").replace(language{nam","db.model(&user).omit("name").updates(map[string]interface{}{"name"","db.model(&user).related(&card","db.model(&user).related(&credit_card).recordnotfound","db.model(&user).related(&email","db.model(&user).related(&languag","db.model(&user).related(&profil","db.model(&user).select("name").updates(map[string]interface{}{"name"","db.model(&user).set("gorm:update_option"","db.model(&user).update("createdat"","db.model(&user).update("name"","db.model(&user).updatecolumn("name"","db.model(&user).updatecolumns(user{nam","db.model(&user).updates(map[string]interface{}{"name"","db.model(&user).updates(user{nam","db.model(&user).where("act","db.model(&user{}).addforeignkey("city_id"","db.model(&user{}).addindex("idx_user_name"","db.model(&user{}).addindex("idx_user_name_age"","db.model(&user{}).adduniqueindex("idx_user_name"","db.model(&user{}).adduniqueindex("idx_user_name_age"","db.model(&user{}).dropcolumn("description"","db.model(&user{}).modifycolumn("description"","db.model(&user{}).pluck("name"","db.model(&user{}).removeindex("idx_user_name"","db.model(&user{}).where("nam","db.model(user{}).updates(user{nam","db.newrecord(us","db.not("nam","db.not("name"","db.not([]int64{1,2,3}).first(&us","db.not([]int64{}).first(&us","db.not(user{nam","db.offset(10).find(&users1).offset","db.offset(3).find(&us","db.order("ag","db.preload("orders"","db.preload("orders").find(&us","db.preload("orders").preload("profile").preload("role").find(&us","db.preload("orders.orderitems").find(&us","db.raw("select","db.save(&us","db.scanrows(row","db.scopes(amountgreaterthan1000","db.scopes(amountgreaterthan1000).where("statu","db.scopes(orderstatus([]string{"paid"","db.select("nam","db.select([]string{"name"","db.set("gorm:delete_option"","db.set("gorm:insert_option"","db.set("gorm:query_option"","db.set("gorm:save_associations"","db.set("gorm:table_options"","db.setlogger(gorm.logger{revel.trac","db.setlogger(log.new(os.stdout","db.singulartable(tru","db.table("deleted_users").count(&count","db.table("deleted_users").createtable(&us","db.table("deleted_users").find(&deleted_us","db.table("deleted_users").pluck("name"","db.table("deleted_users").where("nam","db.table("orders").select("date(created_at","db.table("users").select("coalesce(age,?)"","db.table("users").select("nam","db.table("users").select("users.nam","db.table("users").where("id","db.table("users").where("nam","db.unscoped().delete(&ord","db.unscoped().model(model).where("deleted_at","db.unscoped().where("ag","db.where(&user{nam","db.where("ag","db.where("amount","db.where("created_at","db.where("email","db.where("nam","db.where("pay_mode_sign","db.where("rol","db.where("st","db.where("updated_at","db.where([]int64{20","db.where(map[string]interface{}{"name"","db.where(user{nam","dbname=gorm","debug","default","defer","defiend","defin","definit","delet","delete'","deleted_at","deleted_at="2013","deleted_us","deletedat","deletedat'","desc","desc").find(&users1).order("age"","desc").order("name").find(&us","descript","description'","destin","detail","develop","diabl","dialect","disabl","doesn't","dog","don't","driver","driver/mysql"","drop","dropcolumn","dynam","each","eager","easier","easili","edger","email","email'","email").row","emails.email","emails.email").joins("left","emails.user_id","email{{email","emb","enabl","encryptedpassword","enough","ensur","err","error","errors.new("read","errors.new("us","errrecordnotfound","even","exampl","exclud","exist","explicitli","express","extend","extra","fals","false).create(&us","false).save(&us","fantast","featur","field","field'","fields'","fill","find","findabl","first","firstorcr","firstorinit","fix","flow","foreign","foreignkey","found","friendli","full","fulli","func","func(*db","function","futur","gener","geterror","github.com/jinzhu/gorm","github.com/jinzhu/gorm/dialects/postgr","given","global","go","golang","golint","good","gorm","gorm'","gorm.db","gorm.expr("null"","gorm.expr("pric","gorm.expr("quant","gorm.model","gorm.open","gorm.open("mysql"","gorm.open("postgres"","gorm.open("sqlite"","gorm.open("sqlite3"","gorm.scop","gorm:"","gorm:"auto_increment"","gorm:"column:age_of_the_beast"","gorm:"column:beast_id"","gorm:"column:day_of_the_beast"","gorm:"column:s_k_u"","gorm:"default:'galeone'"","gorm:"foreignkey:profileid;associationforeignkey:refer"","gorm:"foreignkey:profilerefer"","gorm:"foreignkey:userid;associationforeignkey:refer"","gorm:"foreignkey:userrefer"","gorm:"index"","gorm:"index:idx_name_code"","gorm:"many2many:personaccount;associationforeignkey:idaccount;foreignkey:idperson"","gorm:"many2many:user_languages;"","gorm:"not","gorm:"polymorphic:owner;"","gorm:"primary_key"","gorm:"primary_key:true"","gorm:"size:255"","gorm:"type:varchar(100);unique"","gorm:"type:varchar(100);unique_index"","gorm:creat","gorm:save_associ","greater","grom","group","gt","h_t_t_p","handl","happen","has_mani","has_on","have","haven't","helper","hstore","http","http'","http://github.com/jinzhu","http://twitter.com/zhangjinzhu","https://github.com/jinzhu/gorm/blob/master/dialect.go","https://github.com/jinzhu/gorm/blob/master/logger.go","https://github.com/jinzhu/gorm/graphs/contributor","https://godoc.org/github.com/jinzhu/gorm","id","id=10","id=111","idaccount","idperson","idx_user_nam","idx_user_name_ag","ignor","ignorem","import","includ","index","init","initi","inject","inlin","inner","insert","instal","instanc","instead","int","int64","int64{11,22,33","interfac","interface{}{&us","int{10","it'","iter","itself","jinzhu","jinzhu&apo","join","keep","key","l1212","languag","languagecod","languageen","language{{nam","last","lastweek","lastweek).find(&us","less","librari","licens","limit","load","log","logger","logic","look","lt","lt;>","made","main","make","mani","many2mani","map","map[string]interfac","map[string]interface{}{"age"","map[string]interface{}{"name"","match","mdoel'","mean","method","migrat","miss","mit","mode","model","model'","modifi","modifycolumn","more","move","mssql","multipl","mysql","name","name'","name").find(&us","name,billing_address_id,shipping_address_id","name='hello&apo","name='jinzhu","necessari","need","nest","new","newcreatefunct","nil","non","none","not(nam","note","noth","now.mustparse("0001","nowfunc","null","null"","null;unique"","nullabl","num","number","object","offici","offset","omit","on","onc","ondelet","onupd","oper","operation'","optim","option","order","orderstatus(statu","orm","out","overrid","overview","overwrit","ownerid","ownertyp","packag","paid","paidwithcod(db","paidwithcod).find(&ord","paidwithcreditcard(db","paidwithcreditcard).find(&ord","panic("faield","param","paramet","parsetim","pass","path","perform","perman","ping","plain","pluck","plugin","plural","point","pointer","polymorph","pool","post","postgresql","power","pre","preload","priamri","price","primari","primary_key","print","process","product","product'","profil","profileid","profileref","protect","pw","quantiti","queri","quick","quot","quot;%jin%").find(&us","quot;%jinhu%"","quot;%jinzhu%"","quot;%jinzhu%").delete(email","quot;"","quot;,"jinzhu").where("ag","quot;,20,"admin").find(&us","quot;/tmp/gorm.db"","quot;22").find(&us","quot;411111111111").find(&us","quot;\\r\\n"","quot;_draft"","quot;active").preload("orders"","quot;actived"","quot;addresses"","quot;admin"","quot;admin").or("rol","quot;admin_users"","quot;age"","quot;age"}).find(&us","quot;bil","quot;c"","quot;cancelled").find(&us","quot;cities(id)"","quot;cod","quot;code"","quot;creditcard"","quot;de"","quot;email","quot;emails"","quot;en"","quot;engine=innodb"","quot;engine=innodb").automigrate(&us","quot;engine=innodb").createtable(&us","quot;for","quot;giraffe"}).error","quot;github.com/go","quot;github.com/jinzhu/gorm"","quot;github.com/jinzhu/gorm/dialects/mssql"","quot;github.com/jinzhu/gorm/dialects/mysql"","quot;github.com/jinzhu/gorm/dialects/postgres"","quot;github.com/jinzhu/gorm/dialects/sqlite"","quot;github.com/jinzhu/now"","quot;hello","quot;hello"","quot;id"","quot;jinzhu","quot;jinzhu"","quot;jinzhu").count(&count","quot;jinzhu").delet","quot;jinzhu").find(&us","quot;jinzhu").first(&us","quot;jinzhu").first(&user).error","quot;jinzhu").or("nam","quot;jinzhu").row","quot;jinzhu").select("nam","quot;jinzhu"}).assign(user{ag","quot;jinzhu"}).attrs(user{ag","quot;jinzhu"}).first(&us","quot;jinzhu"}).firstorcreate(&us","quot;jinzhu"}).firstorinit(&us","quot;jinzhu@example.com"","quot;jinzhu@example.org").joins("join","quot;l1212"","quot;languages"","quot;languages"."id"","quot;lion"}).error","quot;nam","quot;name"","quot;non_existing"","quot;non_existing"}).assign(user{ag","quot;non_existing"}).attrs("age"","quot;non_existing"}).attrs(user{ag","quot;on","quot;opt","quot;paid").preload("orders.orderitems").find(&us","quot;price"","quot;products"","quot;profiles"","quot;quantity"","quot;restrict"","quot;ship","quot;shipped"})).find(&ord","quot;stat","quot;super_admin").find(&us","quot;super_admin").not("nam","quot;test.db"","quot;text"","quot;updated_at"","quot;user:password@/dbname?charset=utf8&parsetime=true&loc=local"","quot;user=gorm","quot;user_id","language_id"","quot;user_languages"","quot;user_languages"."language_id"","quot;user_languages"."user_id"","quot;users"","quot;zh"","rang","raw","read","record","record'","recordnotfound","refer","regardless","regist","relat","relationship","releas","reload","rememb","remov","renam","reorder","replac","request","reset","result","retriev","return","role","rollback","row","row.scan(&nam","row_queri","rows.clos","rows.next","rows.scan(&nam","rowsaffect","run","s_k_u","same","sampl","save","save/delet","scan","schema","scope","scope.db().model(u).update("role"","scope.hascolumn("created"","scope.search.table(scope.tablenam","scope.setcolumn","scope.setcolumn("created"","scope.setcolumn("encryptedpassword"","scope.setcolumn("id"","script","select","self","set","ship","shipped_at","shippingaddress","shippingaddressid","show","similar","singl","size","skip","sku","slice","snake","soft","someth","sourc","source'","special","specif","specifi","sql","sql.db","sql.nullint64","sql.nullstr","sql.row","sqlite3","sslmode=disable"","start","state","statement","statu","stop","store","string","string{"jinzhu"","struct","subscrib","suffix","sum(amount","support","sure","tabl","table(id","tablenam","tag","test","text","thing","those","throw","time","time.now","time.tim","timestamp","today).find(&us","todbnam","total","total").group("date(created_at)").having("sum(amount","total").group("date(created_at)").row","toy","transact","true","true).find(&users2","true).update("name"","tx","tx.commit","tx.creat","tx.create(&animal{nam","tx.model(u).update("role"","tx.rollback","type","u","u.id","u.readonli","u.rol","ugli","uint","under","unfound","uniqu","unique_index","unknown","unknown)").delete(&email","unknown)").update("nam","unless","unscop","unsupport","unus","upda","updat","update").first(&us","updatecolumn","updatecr","updatecreated(scop","updated_at","updated_at='2013","updatedat","updatetablenam","updatetablename(scop","upgrad","upper","uri","us","usag","user","user'","user"","user.ag","user.encryptedpassword","user.nam","user_id","user_id,email","user_languag","user`'","userid","userref","users.id","users.id").row","users.id").scan(&result","users.id").where("credit_cards.numb","users1","users2","users;"","user{ag","user{id","user{nam","uuid.new","v1.0","valid","valu","values('99&apo","var","variabl","variable'","version","view","visibl","want","warn","within","without","won't","work","world").first(&user).recordnotfound","wosmvp@gmail.com","wrap","write","zero"],"pipeline":["trimmer","stopWordFilter","stemmer"]}
\ No newline at end of file
+{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["1","1000","2000","_","aim","associ","author","auto","base","before/aft","belong","builder","callback","changelog","code","come","composit","connect","contributor","creat","create/save/update/delete/find","database"","db","db.create(&product{cod","db.delete(&product","db.first(&product","db.model(&product).update("price"","delet","develop","eager","err","extend","fantast","featur","find","friendli","full","func","github.com/jinzhu/gorm","go","golang","gorm","gorm.model","gorm.open("sqlite"","http://github.com/jinzhu","http://twitter.com/zhangjinzhu","https://github.com/jinzhu/gorm/graphs/contributor","id","import","instal","jinzhu","key","l1212","librari","licens","load","logger","main","mani","migrat","mit","nil","on","orm","overview","packag","panic("fail","plugin","polymorph","preload","price","primari","product","product'","quick","quot","quot;cod","quot;github.com/jinzhu/gorm"","quot;github.com/jinzhu/gorm/dialects/sqlite"","quot;l1212"","quot;test.db"","read","releas","sql","start","string","struct","test","transact","type","u","uint","under","updat","upgrad","v1.0","var","wosmvp@gmail.com","write"],"advanced.html":["0","3).scan(&result","advanc","ag","age").row","amp","amp;ag","amp;email","amp;us","apos;db&apo","apos;tx&apo","begin","below","builder","built","card","case","check","commit","composit","connect","createanimals(db","credit","custom","databas","db'","db.begin","db.db","db.db().ping","db.db().setmaxidleconns(10","db.db().setmaxopenconns(100","db.debug().where("nam","db.exec("drop","db.exec("upd","db.first(&user).limit(10).find(&users).geterror","db.logmode(fals","db.logmode(tru","db.model(&user).related(&credit_card).recordnotfound","db.model(&user{}).where("nam","db.raw("select","db.scanrows(row","db.setlogger(gorm.logger{revel.trac","db.setlogger(log.new(os.stdout","db.table("users").where("nam","db.where("nam","debug","default","defer","detail","diabl","don't","email","email").row","enabl","err","error","exampl","field","flow","found","func","function","gener","geterror","gorm","gorm'","gorm.db","gorm:"primary_key"","handl","happen","https://github.com/jinzhu/gorm/blob/master/logger.go","id","int","int64{11,22,33","interfac","iter","key","languagecod","log","logger","more","multipl","name","nil","note","object","on","onc","oper","order","perform","ping","point","pool","priamri","primari","print","product","queri","quot","quot;\\r\\n"","quot;giraffe"}).error","quot;hello","quot;jinzhu").first(&us","quot;jinzhu").first(&user).error","quot;jinzhu").row","quot;jinzhu").select("nam","quot;lion"}).error","raw","recordnotfound","refer","result","return","rollback","row","row.scan(&nam","rows.clos","rows.next","rows.scan(&nam","run","scan","set","shipped_at","show","singl","someth","specif","sql","sql.db","sql.row","string","struct","support","tabl","time.now","transact","tx","tx.commit","tx.creat","tx.create(&animal{nam","tx.rollback","type","us","usag","user","users;"","var","within","world").first(&user).recordnotfound"],"associations.html":["111","123","abov","account","amp","append","argument","associ","belong","belongs_to","between","card","cat","check","clear","condit","contain","count","credit_card","creditcard","current","customizeaccount","customizeperson","db.model(&user).association("languages"","db.model(&user).association("languages").append([]language{languagezh","db.model(&user).association("languages").append(language{nam","db.model(&user).association("languages").clear","db.model(&user).association("languages").count","db.model(&user).association("languages").delete([]language{languagezh","db.model(&user).association("languages").delete(languagezh","db.model(&user).association("languages").error","db.model(&user).association("languages").find(&languag","db.model(&user).association("languages").replace([]language{languagezh","db.model(&user).association("languages").replace(language{nam","db.model(&user).related(&card","db.model(&user).related(&email","db.model(&user).related(&languag","db.model(&user).related(&profil","delet","dog","easili","email","error","exampl","explicitli","field","fill","find","foreign","gorm.model","gorm:"foreignkey:profileid;associationforeignkey:refer"","gorm:"foreignkey:profilerefer"","gorm:"foreignkey:userid;associationforeignkey:refer"","gorm:"foreignkey:userrefer"","gorm:"many2many:personaccount;associationforeignkey:idaccount;foreignkey:idperson"","gorm:"many2many:user_languages;"","gorm:"polymorphic:owner;"","gorm:"primary_key:true"","handl","has_mani","has_on","helper","id","idaccount","idperson","inner","int","join","key","languag","languageen","mani","many2mani","match","mean","method","mode","name","need","new","note","number","omit","on","out","ownerid","ownertyp","pass","polymorph","primari","profil","profileid","profileref","queri","quot;creditcard"","quot;de"","quot;languages"","quot;languages"."id"","quot;user_languages"","quot;user_languages"."language_id"","quot;user_languages"."user_id"","record","refer","relat","relationship","remov","replac","return","same","select","sourc","source'","specifi","start","string","struct","support","tabl","thing","those","throw","toy","type","uint","us","user","user'","user_id","user_languag","userid","userref","valid","var","variabl","variable'","won't"],"callbacks.html":["1000","1000"","aftercr","aftercreate(scop","aftercreate(tx","afterdelet","afterfind","aftersav","afterupd","alreadi","associ","avail","befor","beforecr","beforedelet","beforesav","beforeupd","begin","blank","call","callback","chang","commit","creat","createdat","current","data","databas","default","defin","delet","edger","err","error","errors.new("read","errors.new("us","exampl","field","func","futur","gorm","gorm.db","gorm.scop","greater","gt","id","insert","load","made","method","model","need","object","oper","pass","pointer","preload","queri","quot;admin"","reload","return","rollback","run","same","save","save/delet","scope.db().model(u).update("role"","self","sql","stop","struct","those","timestamp","transact","tx.model(u).update("role"","u","u.id","u.readonli","unless","updat","updatedat","us","user","user'","user"","valu","visibl","want"],"changelog.html":["0","0001","01","02","02&apo","02")).update("deleted_at"","_","accord","affect","alert","amp;imag","apos;0001","applic","bcrypt.generatefrompassword(user.password","befor","beforesav","beforeupd","beforeupdate(scop","below","blank","break","callback","case","chang","check","column","common","convert","correctli","database'","db","db.unscoped().model(model).where("deleted_at","default","delete'","deleted_at","deletedat","doesn't","driver","encryptedpassword","enough","err","error","errrecordnotfound","exampl","exclud","exist","field","field'","fix","func","github.com/jinzhu/gorm/dialects/postgr","golint","good","gorm","gorm.db","gorm.expr("null"","gorm.model","gorm.open","gorm.scop","gorm:"column:s_k_u"","h_t_t_p","handl","have","hstore","http","http'","import","includ","initi","instead","interface{}{&us","it'","less","log","logic","look","lt","main","make","migrat","model","model'","move","mssql","name","necessari","need","new","nil","noth","now.mustparse("0001","null","out","overwrit","packag","pw","queri","quot","quot;github.com/jinzhu/gorm/dialects/mssql"","quot;github.com/jinzhu/now"","rang","record","recordnotfound","releas","renam","return","s_k_u","sampl","scope","scope.setcolumn","scope.setcolumn("encryptedpassword"","script","select","set","sku","soft","special","sql","struct","sure","tag","those","time","time.tim","todbnam","type","ugli","updat","upper","uri","us","user","user.encryptedpassword","v1.0","valu","var","won't","work"],"curd.html":["0","01","01&apo","1","1"","1").updatecolumn("quantity"","1).find(&users2","1,2","1,2,3","1,2,3,4","10","100","100).row","100).scan(&result","1000","10:23"","11","111","112","11}).updates(map[string]interface{}{"name"","17","18","18}).rowsaffect","2","2&apo","2"","2").find(&users).count(&count","2"}).find(&us","20","20").find(&us","20).delete(&us","20).firstorinit(&us","20}).find(&us","20}).first(&us","20}).firstorcreate(&us","20}).firstorinit(&us","21","21:34:10&apo","22","22}).find(&us","23","29","2@example.com"","2@example@example.com"","3","3).scan(&result","30","30}).firstorcreate(&us","30}).firstorinit(&us","4,5,6","42).row","99","abil","abov","activ","active=tru","actived=fals","add","address","address1","address{address1","afterupd","ag","age").find(&us","age").where("nam","age=100","age=18","age=30","amount","amountgreaterthan1000(db","amp","amp;ag","amp;nam","anim","animal.nam","animals("age"","animal{ag","anoth","api","apos;100&apo","apos;2&apo","apos;2013","apos;active&apo","apos;admin&apo","apos;cancelled&apo","apos;en&apo","apos;galeone&apo","apos;jinzhu","apos;jinzhu&apo","apos;jinzhu'").or(map[string]interface{}{"name"","apos;jinzhu'").or(user{nam","apos;non_existing&apo","apos;super_admin&apo","apos;zh&apo","argument","assgin","assign","associ","attr","attribut","automat","avoid","back","batch","bcrypt.generatefrompassword(user.password","befor","beforecr","beforecreate(scop","beforesav","beforesave(scop","beforeupd","begin","belong","below","between","billingaddress","birthday","birthday='2016","blank","call","callback","cancel","card","carefulli","chain","chainabl","chang","check","coalesce(age,'42&apo","cod","code","column","combin","commit","condit","conflict","conflict").create(&product","connect","count","creat","credit","credit_card","credit_cards.user_id","crud","current","data","databa","databas","date","db","db.create(&anim","db.create(&us","db.delete(&email","db.delete(&us","db.delete(email","db.find(&us","db.find(&users).pluck("age"","db.first(&us","db.firstorcreate(&us","db.firstorinit(&us","db.joins("join","db.last(&us","db.limit(10).find(&users1).limit","db.limit(3).find(&us","db.model(&product).update("price"","db.model(&product).updatecolumn("quantity"","db.model(&product).updates(map[string]interface{}{"price"","db.model(&product).where("quant","db.model(&user).omit("name").updates(map[string]interface{}{"name"","db.model(&user).select("name").updates(map[string]interface{}{"name"","db.model(&user).set("gorm:update_option"","db.model(&user).update("name"","db.model(&user).updatecolumn("name"","db.model(&user).updatecolumns(user{nam","db.model(&user).updates(map[string]interface{}{"name"","db.model(&user).updates(user{nam","db.model(&user).where("act","db.model(&user{}).pluck("name"","db.model(&user{}).where("nam","db.model(user{}).updates(user{nam","db.newrecord(us","db.not("nam","db.not("name"","db.not([]int64{1,2,3}).first(&us","db.not([]int64{}).first(&us","db.not(user{nam","db.offset(10).find(&users1).offset","db.offset(3).find(&us","db.order("ag","db.preload("orders"","db.preload("orders").find(&us","db.preload("orders").preload("profile").preload("role").find(&us","db.preload("orders.orderitems").find(&us","db.raw("select","db.save(&us","db.scopes(amountgreaterthan1000","db.scopes(amountgreaterthan1000).where("statu","db.scopes(orderstatus([]string{"paid"","db.select("nam","db.select([]string{"name"","db.set("gorm:delete_option"","db.set("gorm:insert_option"","db.set("gorm:query_option"","db.set("gorm:save_associations"","db.table("deleted_users").count(&count","db.table("deleted_users").createtable(&us","db.table("deleted_users").find(&deleted_us","db.table("deleted_users").pluck("name"","db.table("deleted_users").where("nam","db.table("orders").select("date(created_at","db.table("users").select("coalesce(age,?)"","db.table("users").select("nam","db.table("users").select("users.nam","db.table("users").where("id","db.unscoped().delete(&ord","db.unscoped().where("ag","db.where(&user{nam","db.where("ag","db.where("amount","db.where("created_at","db.where("email","db.where("nam","db.where("pay_mode_sign","db.where("rol","db.where("st","db.where("updated_at","db.where([]int64{20","db.where(map[string]interface{}{"name"","db.where(user{nam","default","defin","definit","delet","deleted_at","deleted_at="2013","deleted_us","deletedat","deletedat'","desc","desc").find(&users1).order("age"","desc").order("name").find(&us","detail","don't","dynam","eager","email","emails.email","emails.email").joins("left","emails.user_id","email{{email","ensur","err","error","even","exampl","exist","express","extra","fals","false).create(&us","false).save(&us","field","field'","fields'","find","first","firstorcr","firstorinit","found","func","func(*db","given","gorm","gorm.db","gorm.expr("pric","gorm.expr("quant","gorm.scop","gorm:"default:'galeone'"","gorm:save_associ","greater","group","gt","have","haven't","id","id=10","id=111","ignor","includ","init","inject","inlin","insert","int","int64","int{10","it'","jinzhu&apo","join","key","languag","language{{nam","last","lastweek","lastweek).find(&us","limit","load","lt;>","mani","map","map[string]interfac","map[string]interface{}{"age"","map[string]interface{}{"name"","match","mdoel'","method","model","more","multipl","name","name").find(&us","name,billing_address_id,shipping_address_id","name='hello&apo","name='jinzhu","need","nest","new","nil","non","none","not(nam","note","noth","null","number","offset","omit","on","oper","optim","option","order","orderstatus(statu","overwrit","paid","paidwithcod(db","paidwithcod).find(&ord","paidwithcreditcard(db","paidwithcreditcard).find(&ord","paramet","pass","perform","perman","plain","pluck","preload","price","primari","product","profil","pw","quantiti","queri","quot","quot;%jin%").find(&us","quot;%jinhu%"","quot;%jinzhu%"","quot;%jinzhu%").delete(email","quot;"","quot;,"jinzhu").where("ag","quot;,20,"admin").find(&us","quot;22").find(&us","quot;411111111111").find(&us","quot;active").preload("orders"","quot;actived"","quot;addresses"","quot;admin").or("rol","quot;age"","quot;age"}).find(&us","quot;bil","quot;c"","quot;cancelled").find(&us","quot;code"","quot;email","quot;emails"","quot;en"","quot;for","quot;hello"","quot;id"","quot;jinzhu","quot;jinzhu"","quot;jinzhu").count(&count","quot;jinzhu").delet","quot;jinzhu").find(&us","quot;jinzhu").first(&us","quot;jinzhu").or("nam","quot;jinzhu"}).assign(user{ag","quot;jinzhu"}).attrs(user{ag","quot;jinzhu"}).first(&us","quot;jinzhu"}).firstorcreate(&us","quot;jinzhu"}).firstorinit(&us","quot;jinzhu@example.com"","quot;jinzhu@example.org").joins("join","quot;languages"","quot;nam","quot;name"","quot;non_existing"","quot;non_existing"}).assign(user{ag","quot;non_existing"}).attrs("age"","quot;non_existing"}).attrs(user{ag","quot;on","quot;opt","quot;paid").preload("orders.orderitems").find(&us","quot;price"","quot;products"","quot;quantity"","quot;ship","quot;shipped"})).find(&ord","quot;stat","quot;super_admin").find(&us","quot;super_admin").not("nam","quot;updated_at"","quot;user_id","language_id"","quot;users"","quot;zh"","raw","read","record","refer","regardless","reorder","request","result","retriev","return","role","row","rows.next","rowsaffect","run","save","scan","scope","scope.setcolumn","scope.setcolumn("encryptedpassword"","scope.setcolumn("id"","select","set","ship","shippingaddress","similar","singl","skip","slice","soft","specifi","sql","start","state","statu","string","string{"jinzhu"","struct","sum(amount","tabl","tag","those","time","time.now","time.tim","timestamp","today).find(&us","total","total").group("date(created_at)").having("sum(amount","total").group("date(created_at)").row","transact","true","true).find(&users2","true).update("name"","type","unfound","unknown","unknown)").delete(&email","unknown)").update("nam","unscop","upda","updat","update").first(&us","updatecolumn","updated_at","updated_at='2013","updatedat","us","user","user'","user.ag","user.nam","user_id","user_id,email","user_languag","users.id","users.id").row","users.id").scan(&result","users.id").where("credit_cards.numb","users1","users2","user{ag","user{id","user{nam","uuid.new","valid","valu","values('99&apo","var","want","warn","without","won't","work","write","zero"],"database.html":["1st","2nd","3rd","4th","_","abov","add","ag","amp;ord","amp;product","append","auto","automat","automigr","chang","check","column","column'","connect","creat","data","databa","databas","database'","date","db","db.automigrate(&us","db.createtable(&us","db.droptable(&us","db.droptable("users"","db.droptableifexists(&us","db.hastable(&us","db.hastable("users"","db.model(&user{}).addforeignkey("city_id"","db.model(&user{}).addindex("idx_user_name"","db.model(&user{}).addindex("idx_user_name_age"","db.model(&user{}).adduniqueindex("idx_user_name"","db.model(&user{}).adduniqueindex("idx_user_name_age"","db.model(&user{}).dropcolumn("description"","db.model(&user{}).modifycolumn("description"","db.model(&user{}).removeindex("idx_user_name"","db.set("gorm:table_options"","dbname=gorm","delet","descript","description'","destin","dialect","driver","driver/mysql"","drop","dropcolumn","easier","err","exampl","exist","field","first","foreign","foreignkey","func","given","gorm","gorm.open("mysql"","gorm.open("postgres"","gorm.open("sqlite3"","handl","https://github.com/jinzhu/gorm/blob/master/dialect.go","idx_user_nam","idx_user_name_ag","import","includ","index","keep","key","main","migrat","miss","model","model'","modifi","modifycolumn","more","multipl","mysql","name","need","note","offici","ondelet","onupd","order","param","paramet","parsetim","path","postgresql","product","protect","quot;/tmp/gorm.db"","quot;age"","quot;cities(id)"","quot;engine=innodb"","quot;engine=innodb").automigrate(&us","quot;engine=innodb").createtable(&us","quot;github.com/go","quot;github.com/jinzhu/gorm"","quot;github.com/jinzhu/gorm/dialects/mssql"","quot;github.com/jinzhu/gorm/dialects/mysql"","quot;github.com/jinzhu/gorm/dialects/postgres"","quot;github.com/jinzhu/gorm/dialects/sqlite"","quot;name"","quot;products"","quot;restrict"","quot;text"","quot;user:password@/dbname?charset=utf8&parsetime=true&loc=local"","quot;user=gorm","refer","rememb","remov","schema","sql","sqlite3","sslmode=disable"","statement","suffix","support","tabl","table(id","text","those","time.tim","type","uniqu","unsupport","unus","updat","user","user`'","valu","warn","won't","wrap","write"],"development.html":["20","_draft","abov","afterdelet","afterqueri","anoth","api","append","architectur","avail","base","befor","beforecr","beforeupd","bridg","call","callback","chain","chainabl","check","creat","crud","current","custom","db","db.callback().create().after("gorm:create").register("update_created_at"","db.callback().create().before("gorm:create").after("gorm:before_create").register("my_plugin:before_create"","db.callback().create().before("gorm:create").register("update_created_at"","db.callback().create().register("update_created_at"","db.callback().create().remove("gorm:create"","db.callback().create().replace("gorm:create"","db.callback().delete().after("gorm:delete").register("my_plugin:after_delete"","db.callback().query().after("gorm:query").register("my_plugin:after_query"","db.callback().rowquery().register("publish:update_table_name"","db.callback().update().before("gorm:update").register("my_plugin:before_update"","db.first(&us","db.where("ag","db.where("nam","dbname=gorm","default","defiend","defin","delet","develop","each","err","exampl","exist","fulli","func","function","gorm","gorm.db","gorm.open("postgres"","gorm.scop","gorm:creat","grom","https://godoc.org/github.com/jinzhu/gorm","instanc","itself","name","new","newcreatefunct","nowfunc","on","oper","operation'","order","out","perform","plugin","power","pre","process","queri","quot","quot;_draft"","quot;jinzhu"","quot;user=gorm","refer","regist","relat","replac","row","row_queri","run","scope","scope.hascolumn("created"","scope.search.table(scope.tablenam","scope.setcolumn("created"","sslmode=disable"","start","tabl","type","updat","updatecr","updatecreated(scop","updatetablenam","updatetablename(scop","us","view","want","write"],"models.html":["255","add","address","address1","address2","affect","ag","age_of_the_beast","anim","animalid","apos;user_languages&apo","base","beast_id","belong","billingaddress","billingaddressid","birthday","bool","case","chang","code","column","combin","convent","creat","created_at","createdat","creditcard","creditcard'","current","databas","day_of_the_beast","db.create(&us","db.model(&user).update("createdat"","db.model(&user).update("name"","db.save(&us","db.singulartable(tru","default","defin","definit","delet","deletedat","deletedat'","disabl","email","email'","emb","exist","field","field'","find","findabl","foreign","func","global","gorm.model","gorm:"","gorm:"auto_increment"","gorm:"column:age_of_the_beast"","gorm:"column:beast_id"","gorm:"column:day_of_the_beast"","gorm:"index"","gorm:"index:idx_name_code"","gorm:"many2many:user_languages;"","gorm:"not","gorm:"primary_key"","gorm:"size:255"","gorm:"type:varchar(100);unique"","gorm:"type:varchar(100);unique_index"","have","id","ignor","ignorem","includ","index","int","int64","join","key","languag","mani","model","model'","name","name'","need","null"","null;unique"","nullabl","num","number","on","overrid","plural","post","primari","primary_key","profil","queri","quot","quot;admin"","quot;admin_users"","quot;jinzhu"","quot;profiles"","quot;users"","record","record'","refer","relationship","reset","return","same","save","set","shippingaddress","shippingaddressid","size","snake","soft","sql","sql.nullint64","sql.nullstr","store","string","struct","subscrib","tabl","tablenam","tag","those","time","time.now","time.tim","true","type","u","u.rol","uint","uniqu","unique_index","updat","updatedat","us","user","user'","user`'","userid","valu","version","want","won't","work","write"]},"length":9},"tokenStore":{"root":{"0":{"0":{"0":{"1":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}},"docs":{}},"docs":{}},"1":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.014354066985645933},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}},"2":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}},"1":{"0":{"0":{"0":{"docs":{"./":{"ref":"./","tf":0.008},"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"curd.html":{"ref":"curd.html","tf":0.001524390243902439}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}}}},"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},"s":{"docs":{},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}},"docs":{"curd.html":{"ref":"curd.html","tf":0.004573170731707317}},":":{"2":{"3":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}},"docs":{}},"docs":{}}},"1":{"1":{"docs":{"associations.html":{"ref":"associations.html","tf":0.010893246187363835},"curd.html":{"ref":"curd.html","tf":0.008638211382113821}}},"2":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}},"docs":{"curd.html":{"ref":"curd.html","tf":0.005589430894308943}},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"[":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"]":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"{":{"docs":{},"}":{"docs":{},"{":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"2":{"3":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534}}},"docs":{}},"7":{"docs":{"curd.html":{"ref":"curd.html","tf":0.00508130081300813}}},"8":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0040650406504065045}},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"a":{"docs":{},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}},"docs":{"./":{"ref":"./","tf":0.016},"curd.html":{"ref":"curd.html","tf":0.007621951219512195}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522}},";":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"2":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}},"docs":{}}}}}}}}}}}}}}}}}},",":{"2":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},",":{"3":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},",":{"4":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522}}},"docs":{}}},"docs":{}}},"docs":{}},"s":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}},"2":{"0":{"0":{"0":{"docs":{"./":{"ref":"./","tf":0.016}}},"docs":{}},"docs":{"curd.html":{"ref":"curd.html","tf":0.012195121951219513},"development.html":{"ref":"development.html","tf":0.004807692307692308}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}}}}}}},"1":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},":":{"3":{"4":{"docs":{},":":{"1":{"0":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.00508130081300813}}}}}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"2":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}},"3":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}},"5":{"5":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}},"docs":{}},"9":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}},"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522}}}}},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},")":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522}}}}}}}}}}}}}}}}}}}}}}},"@":{"docs":{},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}},"@":{"docs":{},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}},"3":{"0":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},")":{"docs":{},".":{"docs":{},"s":{"docs":{},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"d":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}},"4":{"2":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}},"docs":{},",":{"5":{"docs":{},",":{"6":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}},"docs":{}}},"docs":{}},"t":{"docs":{},"h":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}},"9":{"9":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}},"docs":{}},"docs":{},"_":{"docs":{"./":{"ref":"./","tf":0.008},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"database.html":{"ref":"database.html","tf":0.027303754266211604}},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"f":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}},"a":{"docs":{},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.008}}}},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.008},"associations.html":{"ref":"associations.html","tf":0.037037037037037035},"callbacks.html":{"ref":"callbacks.html","tf":0.02072538860103627},"curd.html":{"ref":"curd.html","tf":0.005589430894308943}}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.003048780487804878}}}}}}},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.008},"database.html":{"ref":"database.html","tf":0.006825938566552901}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}},"i":{"docs":{},"g":{"docs":{},"r":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}},"d":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.002540650406504065},"database.html":{"ref":"database.html","tf":0.027303754266211604},"models.html":{"ref":"models.html","tf":0.00202020202020202}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"1":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"models.html":{"ref":"models.html","tf":0.00202020202020202}}},"2":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}},"docs":{"curd.html":{"ref":"curd.html","tf":0.0040650406504065045},"models.html":{"ref":"models.html","tf":0.006060606060606061}},"{":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"1":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}},"docs":{}}}}}}}}}}}}}}},"g":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.015197568389057751},"curd.html":{"ref":"curd.html","tf":0.020833333333333332},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"models.html":{"ref":"models.html","tf":0.006060606060606061}},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}},"=":{"1":{"0":{"0":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}},"docs":{}},"8":{"docs":{"curd.html":{"ref":"curd.html","tf":0.003048780487804878}}},"docs":{}},"3":{"0":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}},"docs":{}},"docs":{}},"_":{"docs":{},"o":{"docs":{},"f":{"docs":{},"_":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"_":{"docs":{},"b":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}}}},"m":{"docs":{},"p":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"associations.html":{"ref":"associations.html","tf":0.013071895424836602},"curd.html":{"ref":"curd.html","tf":0.002540650406504065}},";":{"docs":{},"a":{"docs":{},"g":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231}}}}}}},"u":{"docs":{},"s":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"1":{"0":{"0":{"0":{"docs":{},"(":{"docs":{},"d":{"docs":{},"b":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"0":{"0":{"0":{"1":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}},"docs":{}},"docs":{}},"docs":{}},"1":{"0":{"0":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}},"docs":{}},"docs":{}},"2":{"0":{"1":{"3":{"docs":{"curd.html":{"ref":"curd.html","tf":0.002540650406504065}}},"docs":{}},"docs":{}},"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.003048780487804878}}}}}}},"docs":{},"d":{"docs":{},"b":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}},"t":{"docs":{},"x":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}},"g":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}},"j":{"docs":{},"i":{"docs":{},"n":{"docs":{},"z":{"docs":{},"h":{"docs":{},"u":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.00508130081300813}},"s":{"docs":{},";":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"[":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"]":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"{":{"docs":{},"}":{"docs":{},"{":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{},"_":{"docs":{},"e":{"docs":{},"x":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522}}}}}}}}}}}}}}}}}},"s":{"docs":{},"u":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}},"z":{"docs":{},"h":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622}}}}}},"i":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"development.html":{"ref":"development.html","tf":0.014423076923076924}}}},"b":{"docs":{},"o":{"docs":{},"v":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}},"i":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}},"r":{"docs":{},"d":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"e":{"docs":{},"=":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}},"d":{"docs":{},"=":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}},"r":{"docs":{},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}}}}}}},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"development.html":{"ref":"development.html","tf":0.009615384615384616}}}}}}}}}}}},"f":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"r":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}},"t":{"docs":{},"x":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}},"s":{"docs":{},"a":{"docs":{},"v":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}},"l":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.02072538860103627},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}},"n":{"docs":{},"i":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439},"models.html":{"ref":"models.html","tf":0.00404040404040404}},"a":{"docs":{},"l":{"docs":{},".":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}},"s":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}},"{":{"docs":{},"a":{"docs":{},"g":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},"i":{"docs":{},"d":{"docs":{"models.html":{"ref":"models.html","tf":0.006060606060606061}}}}}}}},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522}},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.003048780487804878}}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008},"development.html":{"ref":"development.html","tf":0.009615384615384616},"models.html":{"ref":"models.html","tf":0.00404040404040404}}}},"c":{"docs":{},"k":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"curd.html":{"ref":"curd.html","tf":0.003048780487804878}}}}}},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"development.html":{"ref":"development.html","tf":0.004807692307692308}},"e":{"docs":{},"/":{"docs":{},"a":{"docs":{},"f":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008}}}}}},"c":{"docs":{},"r":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"development.html":{"ref":"development.html","tf":0.004807692307692308}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}}},"s":{"docs":{},"a":{"docs":{},"v":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"development.html":{"ref":"development.html","tf":0.004807692307692308}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.008},"associations.html":{"ref":"associations.html","tf":0.010893246187363835},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.006060606060606061}},"s":{"docs":{},"_":{"docs":{},"t":{"docs":{},"o":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}},"w":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"callbacks.html":{"ref":"callbacks.html","tf":0.015544041450777202},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},"t":{"docs":{},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231}}}}},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"k":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"curd.html":{"ref":"curd.html","tf":0.003048780487804878}}}}}},"c":{"docs":{},"r":{"docs":{},"y":{"docs":{},"p":{"docs":{},"t":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"(":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"k":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}},"i":{"docs":{},"d":{"docs":{},"g":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.00202020202020202}},"i":{"docs":{},"d":{"docs":{"models.html":{"ref":"models.html","tf":0.00404040404040404}}}}}}}}}}}}}}}},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"d":{"docs":{},"a":{"docs":{},"y":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.00808080808080808}},"=":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"2":{"0":{"1":{"6":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"development.html":{"ref":"development.html","tf":0.014423076923076924}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.016},"callbacks.html":{"ref":"callbacks.html","tf":0.05699481865284974},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.004573170731707317},"development.html":{"ref":"development.html","tf":0.125}}}}}}}},"r":{"docs":{},"d":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}},"e":{"docs":{},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}},"s":{"docs":{},"e":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"models.html":{"ref":"models.html","tf":0.00404040404040404}}}},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.015544041450777202},"changelog.html":{"ref":"changelog.html","tf":0.023923444976076555},"curd.html":{"ref":"curd.html","tf":0.006097560975609756},"database.html":{"ref":"database.html","tf":0.006825938566552901},"models.html":{"ref":"models.html","tf":0.00202020202020202}},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}}},"i":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"development.html":{"ref":"development.html","tf":0.009615384615384616}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"database.html":{"ref":"database.html","tf":0.006825938566552901},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}},"o":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"e":{"docs":{"./":{"ref":"./","tf":0.016},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465}}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"callbacks.html":{"ref":"callbacks.html","tf":0.02072538860103627},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}},"o":{"docs":{},"n":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"database.html":{"ref":"database.html","tf":0.010238907849829351}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"curd.html":{"ref":"curd.html","tf":0.006097560975609756}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622}}}},"n":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00404040404040404}}}}}},"f":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"curd.html":{"ref":"curd.html","tf":0.0040650406504065045}}}}},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"curd.html":{"ref":"curd.html","tf":0.001524390243902439},"database.html":{"ref":"database.html","tf":0.023890784982935155},"models.html":{"ref":"models.html","tf":0.024242424242424242}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"database.html":{"ref":"database.html","tf":0.006825938566552901}}}}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"e":{"docs":{},"(":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},",":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"4":{"2":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008},"callbacks.html":{"ref":"callbacks.html","tf":0.02072538860103627},"curd.html":{"ref":"curd.html","tf":0.007113821138211382},"database.html":{"ref":"database.html","tf":0.020477815699658702},"development.html":{"ref":"development.html","tf":0.04326923076923077},"models.html":{"ref":"models.html","tf":0.014141414141414142}},"e":{"docs":{},"/":{"docs":{},"s":{"docs":{},"a":{"docs":{},"v":{"docs":{},"e":{"docs":{},"/":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"/":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"(":{"docs":{},"d":{"docs":{},"b":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"models.html":{"ref":"models.html","tf":0.020202020202020204}}}},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"_":{"docs":{},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"s":{"docs":{},".":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"associations.html":{"ref":"associations.html","tf":0.015250544662309368},"models.html":{"ref":"models.html","tf":0.006060606060606061}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}}},"u":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465},"development.html":{"ref":"development.html","tf":0.004807692307692308}},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.008714596949891068},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"development.html":{"ref":"development.html","tf":0.009615384615384616},"models.html":{"ref":"models.html","tf":0.012121212121212121}}}}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"database.html":{"ref":"database.html","tf":0.006825938566552901}},"b":{"docs":{},"a":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"database.html":{"ref":"database.html","tf":0.0034129692832764505}},"s":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0182370820668693},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.003048780487804878},"database.html":{"ref":"database.html","tf":0.023890784982935155},"models.html":{"ref":"models.html","tf":0.00202020202020202}},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008}}}}}},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}},"e":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522},"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}},"y":{"docs":{},"_":{"docs":{},"o":{"docs":{},"f":{"docs":{},"_":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"_":{"docs":{},"b":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}}}},"b":{"docs":{"./":{"ref":"./","tf":0.008},"changelog.html":{"ref":"changelog.html","tf":0.014354066985645933},"curd.html":{"ref":"curd.html","tf":0.001524390243902439},"database.html":{"ref":"database.html","tf":0.010238907849829351},"development.html":{"ref":"development.html","tf":0.014423076923076924}},".":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"{":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"a":{"docs":{},"f":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},":":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},":":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"a":{"docs":{},"f":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},":":{"docs":{},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"m":{"docs":{},"y":{"docs":{},"_":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},":":{"docs":{},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},":":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},":":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"a":{"docs":{},"f":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},":":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"m":{"docs":{},"y":{"docs":{},"_":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},":":{"docs":{},"a":{"docs":{},"f":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"a":{"docs":{},"f":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},":":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"m":{"docs":{},"y":{"docs":{},"_":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},":":{"docs":{},"a":{"docs":{},"f":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"p":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{},":":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},":":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"m":{"docs":{},"y":{"docs":{},"_":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},":":{"docs":{},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"_":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"m":{"docs":{},"a":{"docs":{},"x":{"docs":{},"i":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"s":{"docs":{},"(":{"1":{"0":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}},"docs":{}},"docs":{}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"s":{"docs":{},"(":{"1":{"0":{"0":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"x":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.016}}}}}}}}},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522},"development.html":{"ref":"development.html","tf":0.004807692307692308}},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},".":{"docs":{},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"1":{"0":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},")":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.002540650406504065}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},")":{"docs":{},".":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"c":{"docs":{},"k":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"[":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"]":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"{":{"docs":{},"}":{"docs":{},"{":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{},"_":{"docs":{},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534}}}}}},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}},";":{"docs":{},")":{"docs":{},".":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"[":{"docs":{},"]":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"{":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"z":{"docs":{},"h":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"[":{"docs":{},"]":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"{":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"z":{"docs":{},"h":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"z":{"docs":{},"h":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"(":{"docs":{},"[":{"docs":{},"]":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"{":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"z":{"docs":{},"h":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"[":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"]":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"{":{"docs":{},"}":{"docs":{},"{":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"[":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"]":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"{":{"docs":{},"}":{"docs":{},"{":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},":":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}},"s":{"docs":{},"(":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}},"s":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"[":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"]":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"{":{"docs":{},"}":{"docs":{},"{":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}},"{":{"docs":{},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"c":{"docs":{},"k":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"i":{"docs":{},"d":{"docs":{},"x":{"docs":{},"_":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}},"_":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"i":{"docs":{},"d":{"docs":{},"x":{"docs":{},"_":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}},"_":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"i":{"docs":{},"f":{"docs":{},"y":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"i":{"docs":{},"d":{"docs":{},"x":{"docs":{},"_":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"{":{"docs":{},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231}}}}}}},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},"c":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"d":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"(":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"1":{"0":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"1":{"docs":{},")":{"docs":{},".":{"docs":{},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}},"docs":{}},"3":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}},"docs":{}}}}}}},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"(":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"a":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"1":{"0":{"0":{"0":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},")":{"docs":{},".":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"s":{"docs":{},"(":{"docs":{},"[":{"docs":{},"]":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"{":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"p":{"docs":{},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},".":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"{":{"docs":{},"r":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},".":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{},"s":{"docs":{},"t":{"docs":{},"d":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},":":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"_":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"_":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"v":{"docs":{},"e":{"docs":{},"_":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.006825938566552901}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}},"[":{"docs":{},"]":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"{":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}},"i":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"c":{"docs":{},"o":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"e":{"docs":{},"(":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},",":{"docs":{},"?":{"docs":{},")":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},".":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"c":{"docs":{},"k":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"curd.html":{"ref":"curd.html","tf":0.00508130081300813},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}},"a":{"docs":{},"g":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"development.html":{"ref":"development.html","tf":0.004807692307692308}}},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}},"p":{"docs":{},"a":{"docs":{},"y":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}},"s":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}},"[":{"docs":{},"]":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"6":{"4":{"docs":{},"{":{"2":{"0":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"[":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"]":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"{":{"docs":{},"}":{"docs":{},"{":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.005589430894308943}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},")":{"docs":{},".":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"a":{"docs":{},"g":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"j":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"(":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}},"o":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}},"[":{"docs":{},"]":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"6":{"4":{"docs":{},"{":{"1":{"docs":{},",":{"2":{"docs":{},",":{"3":{"docs":{},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}},"docs":{}}},"docs":{}}},"docs":{},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}},"o":{"docs":{},"f":{"docs":{},"f":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"1":{"0":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"1":{"docs":{},")":{"docs":{},".":{"docs":{},"o":{"docs":{},"f":{"docs":{},"f":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}},"docs":{}},"3":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}},"docs":{}}}}}}},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"a":{"docs":{},"g":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}}}}}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"database.html":{"ref":"database.html","tf":0.006825938566552901}}}}}}}}}}}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}}}}}}}}}}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"=":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.016},"associations.html":{"ref":"associations.html","tf":0.006535947712418301},"callbacks.html":{"ref":"callbacks.html","tf":0.025906735751295335},"curd.html":{"ref":"curd.html","tf":0.012703252032520325},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"development.html":{"ref":"development.html","tf":0.02403846153846154},"models.html":{"ref":"models.html","tf":0.010101010101010102}},"e":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.028708133971291867},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"=":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"2":{"0":{"1":{"3":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.002540650406504065}}}}},"a":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.012121212121212121}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.016},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"changelog.html":{"ref":"changelog.html","tf":0.014354066985645933},"curd.html":{"ref":"curd.html","tf":0.003556910569105691},"development.html":{"ref":"development.html","tf":0.004807692307692308},"models.html":{"ref":"models.html","tf":0.00808080808080808}}}}}},"e":{"docs":{},"r":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465}}}},"i":{"docs":{},"n":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"development.html":{"ref":"development.html","tf":0.009615384615384616},"models.html":{"ref":"models.html","tf":0.006060606060606061}},"i":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.00404040404040404}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}},"s":{"docs":{},"c":{"docs":{"curd.html":{"ref":"curd.html","tf":0.002540650406504065}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"1":{"docs":{},")":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.010238907849829351}}}}}}},"s":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}},"o":{"docs":{},"n":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}},"g":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622}}}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"database.html":{"ref":"database.html","tf":0.010238907849829351}},"/":{"docs":{},"m":{"docs":{},"y":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{"database.html":{"ref":"database.html","tf":0.020477815699658702}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{"database.html":{"ref":"database.html","tf":0.006825938566552901}}}}}}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}},"e":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}},"s":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}},"e":{"docs":{},"r":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}},"c":{"docs":{},"h":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}},"r":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.016},"advanced.html":{"ref":"advanced.html","tf":0.0364741641337386},"callbacks.html":{"ref":"callbacks.html","tf":0.031088082901554404},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"curd.html":{"ref":"curd.html","tf":0.003048780487804878},"database.html":{"ref":"database.html","tf":0.010238907849829351},"development.html":{"ref":"development.html","tf":0.004807692307692308}},"o":{"docs":{},"r":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.03951367781155015},"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"callbacks.html":{"ref":"callbacks.html","tf":0.025906735751295335},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},"s":{"docs":{},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}},"u":{"docs":{},"s":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}}}}}}}}}}},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.008}}}}},"r":{"docs":{},"a":{"docs":{"curd.html":{"ref":"curd.html","tf":0.00508130081300813}}}}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"database.html":{"ref":"database.html","tf":0.010238907849829351},"development.html":{"ref":"development.html","tf":0.019230769230769232},"models.html":{"ref":"models.html","tf":0.00404040404040404}}}}}},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"associations.html":{"ref":"associations.html","tf":0.013071895424836602},"curd.html":{"ref":"curd.html","tf":0.005589430894308943},"models.html":{"ref":"models.html","tf":0.00808080808080808}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231}}}}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}},"s":{"docs":{},".":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"j":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"l":{"docs":{},"e":{"docs":{},"f":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}}}}}}}}}},"{":{"docs":{},"{":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}},"b":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}},"n":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231}}}}},"c":{"docs":{},"r":{"docs":{},"y":{"docs":{},"p":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}},"d":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}},"f":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}},"l":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0040650406504065045}},"e":{"docs":{},")":{"docs":{},".":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.016}}}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.016},"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"curd.html":{"ref":"curd.html","tf":0.0020325203252032522},"models.html":{"ref":"models.html","tf":0.00202020202020202}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"associations.html":{"ref":"associations.html","tf":0.006535947712418301},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"changelog.html":{"ref":"changelog.html","tf":0.014354066985645933},"curd.html":{"ref":"curd.html","tf":0.010670731707317074},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"models.html":{"ref":"models.html","tf":0.04242424242424243}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"models.html":{"ref":"models.html","tf":0.00404040404040404}}}}}}}},"s":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}},"l":{"docs":{},"l":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}},"x":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522},"database.html":{"ref":"database.html","tf":0.0034129692832764505}},"o":{"docs":{},"r":{"docs":{},"c":{"docs":{},"r":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.016}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008}},"i":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}},"n":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"callbacks.html":{"ref":"callbacks.html","tf":0.02072538860103627},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"curd.html":{"ref":"curd.html","tf":0.0040650406504065045},"database.html":{"ref":"database.html","tf":0.010238907849829351},"development.html":{"ref":"development.html","tf":0.009615384615384616},"models.html":{"ref":"models.html","tf":0.00202020202020202}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}},"(":{"docs":{},"*":{"docs":{},"d":{"docs":{},"b":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"curd.html":{"ref":"curd.html","tf":0.00508130081300813}}}}},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"associations.html":{"ref":"associations.html","tf":0.026143790849673203},"database.html":{"ref":"database.html","tf":0.010238907849829351},"models.html":{"ref":"models.html","tf":0.010101010101010102}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"j":{"docs":{},"i":{"docs":{},"n":{"docs":{},"z":{"docs":{},"h":{"docs":{},"u":{"docs":{},"/":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.008}},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"g":{"docs":{},"r":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"database.html":{"ref":"database.html","tf":0.010238907849829351}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.008}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.008}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.014354066985645933}}}}}},"r":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.016},"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.004573170731707317},"database.html":{"ref":"database.html","tf":0.006825938566552901},"development.html":{"ref":"development.html","tf":0.019230769230769232}},".":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008},"associations.html":{"ref":"associations.html","tf":0.04357298474945534},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"models.html":{"ref":"models.html","tf":0.012121212121212121}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"3":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}},"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}}}}}}}},"m":{"docs":{},"y":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"b":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"curd.html":{"ref":"curd.html","tf":0.00508130081300813},"development.html":{"ref":"development.html","tf":0.009615384615384616}}}},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"development.html":{"ref":"development.html","tf":0.009615384615384616}}}}}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}},":":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}},";":{"docs":{},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},"_":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"models.html":{"ref":"models.html","tf":0.00404040404040404}}}}}}},":":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"y":{"docs":{},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"p":{"docs":{},"h":{"docs":{},"i":{"docs":{},"c":{"docs":{},":":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},";":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"i":{"docs":{},"d":{"docs":{},";":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"d":{"docs":{},";":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534}}}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"y":{"2":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},":":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},";":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},";":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},";":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{},":":{"docs":{},"s":{"docs":{},"_":{"docs":{},"k":{"docs":{},"_":{"docs":{},"u":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}}}}},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"_":{"docs":{},"o":{"docs":{},"f":{"docs":{},"_":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"_":{"docs":{},"b":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"y":{"docs":{},"_":{"docs":{},"o":{"docs":{},"f":{"docs":{},"_":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"_":{"docs":{},"b":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},":":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{},"g":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"x":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00404040404040404}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00404040404040404}}}}},"s":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},":":{"2":{"5":{"5":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}},"docs":{}},"docs":{}},"docs":{}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},":":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"1":{"0":{"0":{"docs":{},")":{"docs":{},";":{"docs":{},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"v":{"docs":{},"e":{"docs":{},"_":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{},"i":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.009615384615384616}}}}}}}}}},"o":{"docs":{},"d":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.015197568389057751}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}},"m":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}},"t":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.014227642276422764}}},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622}},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"j":{"docs":{},"i":{"docs":{},"n":{"docs":{},"z":{"docs":{},"h":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"z":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"j":{"docs":{},"i":{"docs":{},"n":{"docs":{},"z":{"docs":{},"h":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"j":{"docs":{},"i":{"docs":{},"n":{"docs":{},"z":{"docs":{},"h":{"docs":{},"u":{"docs":{},"/":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"/":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"h":{"docs":{},"s":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"g":{"docs":{},"o":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"g":{"docs":{},"o":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"j":{"docs":{},"i":{"docs":{},"n":{"docs":{},"z":{"docs":{},"h":{"docs":{},"u":{"docs":{},"/":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.015197568389057751},"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465}}}}}},"s":{"docs":{},"_":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}},"o":{"docs":{},"n":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}},"v":{"docs":{},"e":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"models.html":{"ref":"models.html","tf":0.006060606060606061}},"n":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}},"_":{"docs":{},"t":{"docs":{},"_":{"docs":{},"t":{"docs":{},"_":{"docs":{},"p":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"associations.html":{"ref":"associations.html","tf":0.008714596949891068},"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"curd.html":{"ref":"curd.html","tf":0.007621951219512195},"models.html":{"ref":"models.html","tf":0.028282828282828285}},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}},"=":{"1":{"0":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}},"1":{"1":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0040650406504065045}}},"docs":{}},"docs":{}},"docs":{}},"x":{"docs":{},"_":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}},"e":{"docs":{},"_":{"docs":{},"a":{"docs":{},"g":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008},"changelog.html":{"ref":"changelog.html","tf":0.014354066985645933},"database.html":{"ref":"database.html","tf":0.03754266211604096}}}}}}},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008}}},"n":{"docs":{},"c":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.009146341463414634}}}}}},"t":{"6":{"4":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522},"models.html":{"ref":"models.html","tf":0.00808080808080808}},"{":{"1":{"1":{"docs":{},",":{"2":{"2":{"docs":{},",":{"3":{"3":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"associations.html":{"ref":"associations.html","tf":0.015250544662309368},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.01616161616161616}},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465}},"e":{"docs":{},"{":{"docs":{},"}":{"docs":{},"{":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}}}}}}}}}}},"{":{"1":{"0":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}},"docs":{}},"docs":{}}},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}},"i":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},"i":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.019138755980861243}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"database.html":{"ref":"database.html","tf":0.027303754266211604},"models.html":{"ref":"models.html","tf":0.010101010101010102}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231}}}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}},"g":{"docs":{},"n":{"docs":{},"o":{"docs":{},"r":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439},"models.html":{"ref":"models.html","tf":0.00202020202020202}},"e":{"docs":{},"m":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}},"j":{"docs":{},"i":{"docs":{},"n":{"docs":{},"z":{"docs":{},"h":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.008}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"curd.html":{"ref":"curd.html","tf":0.003048780487804878},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.0121580547112462},"associations.html":{"ref":"associations.html","tf":0.04139433551198257},"curd.html":{"ref":"curd.html","tf":0.0066056910569105695},"database.html":{"ref":"database.html","tf":0.010238907849829351},"models.html":{"ref":"models.html","tf":0.01616161616161616}}},"e":{"docs":{},"p":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}},"l":{"1":{"2":{"1":{"2":{"docs":{"./":{"ref":"./","tf":0.008}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"i":{"docs":{},"b":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.016}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.005589430894308943}}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.008},"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}}},"g":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.0243161094224924}}}}},"i":{"docs":{},"c":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622}}}}},"o":{"docs":{},"k":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"associations.html":{"ref":"associations.html","tf":0.010893246187363835},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.006060606060606061}},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}},"e":{"docs":{},"n":{"docs":{"associations.html":{"ref":"associations.html","tf":0.010893246187363835}}}},"{":{"docs":{},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"k":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622}},";":{"docs":{},"&":{"docs":{},"g":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.004573170731707317}}}}}}}},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.016},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"database.html":{"ref":"database.html","tf":0.010238907849829351}}}},"n":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.024},"associations.html":{"ref":"associations.html","tf":0.023965141612200435},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"models.html":{"ref":"models.html","tf":0.00808080808080808}}},"y":{"2":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}},"docs":{}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"curd.html":{"ref":"curd.html","tf":0.002540650406504065}}}}},"d":{"docs":{},"e":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}},"k":{"docs":{},"e":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}},"p":{"docs":{"curd.html":{"ref":"curd.html","tf":0.004573170731707317}},"[":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"]":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"e":{"docs":{},"{":{"docs":{},"}":{"docs":{},"{":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"database.html":{"ref":"database.html","tf":0.017064846416382253}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.008}}},"s":{"docs":{},"s":{"docs":{"database.html":{"ref":"database.html","tf":0.006825938566552901}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}},"d":{"docs":{},"e":{"docs":{"associations.html":{"ref":"associations.html","tf":0.008714596949891068}},"l":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"changelog.html":{"ref":"changelog.html","tf":0.014354066985645933},"curd.html":{"ref":"curd.html","tf":0.0020325203252032522},"database.html":{"ref":"database.html","tf":0.017064846416382253},"models.html":{"ref":"models.html","tf":0.012121212121212121}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}},"y":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{"database.html":{"ref":"database.html","tf":0.006825938566552901}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"curd.html":{"ref":"curd.html","tf":0.003048780487804878},"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}},"s":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}},"d":{"docs":{},"o":{"docs":{},"e":{"docs":{},"l":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}},"y":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{"database.html":{"ref":"database.html","tf":0.010238907849829351}}}}}}},"n":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.0121580547112462},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.015197568389057751},"associations.html":{"ref":"associations.html","tf":0.034858387799564274},"changelog.html":{"ref":"changelog.html","tf":0.028708133971291867},"curd.html":{"ref":"curd.html","tf":0.027947154471544715},"database.html":{"ref":"database.html","tf":0.013651877133105802},"development.html":{"ref":"development.html","tf":0.004807692307692308},"models.html":{"ref":"models.html","tf":0.06262626262626263}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}},",":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"_":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{},",":{"docs":{},"s":{"docs":{},"h":{"docs":{},"i":{"docs":{},"p":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"_":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"=":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.00508130081300813}}}}}}}}}}},"j":{"docs":{},"i":{"docs":{},"n":{"docs":{},"z":{"docs":{},"h":{"docs":{},"u":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}},"o":{"docs":{},"t":{"docs":{},"e":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"database.html":{"ref":"database.html","tf":0.0034129692832764505}}},"h":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}},"(":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}},"w":{"docs":{},".":{"docs":{},"m":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"0":{"0":{"0":{"1":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},"e":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"database.html":{"ref":"database.html","tf":0.006825938566552901},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}},"w":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"development.html":{"ref":"development.html","tf":0.038461538461538464}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.009615384615384616}}}}}}}}}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}},"s":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}},"u":{"docs":{},"m":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}},"l":{"docs":{},"l":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.019138755980861243},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}},";":{"docs":{},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"associations.html":{"ref":"associations.html","tf":0.010893246187363835},"curd.html":{"ref":"curd.html","tf":0.0020325203252032522},"development.html":{"ref":"development.html","tf":0.004807692307692308},"models.html":{"ref":"models.html","tf":0.01616161616161616}},"c":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}},"r":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.016}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"curd.html":{"ref":"curd.html","tf":0.01016260162601626},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"development.html":{"ref":"development.html","tf":0.009615384615384616}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"s":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.008}}}}}},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}},"r":{"docs":{},"i":{"docs":{},"d":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"callbacks.html":{"ref":"callbacks.html","tf":0.04145077720207254}}}}}}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.015197568389057751},"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"development.html":{"ref":"development.html","tf":0.019230769230769232}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522}}},"o":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.006097560975609756}}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},"u":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}},"w":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"d":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.002540650406504065}}}}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.008},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}},"n":{"docs":{},"i":{"docs":{},"c":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"f":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}},"i":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"(":{"docs":{},"d":{"docs":{},"b":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"(":{"docs":{},"d":{"docs":{},"b":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"database.html":{"ref":"database.html","tf":0.017064846416382253}},"e":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}},"t":{"docs":{},"h":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.008},"development.html":{"ref":"development.html","tf":0.014423076923076924}}}}},"c":{"docs":{},"k":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}},"r":{"docs":{},"a":{"docs":{},"l":{"docs":{"models.html":{"ref":"models.html","tf":0.006060606060606061}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522}}}}}},"o":{"docs":{},"l":{"docs":{},"y":{"docs":{},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"p":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.008},"associations.html":{"ref":"associations.html","tf":0.008714596949891068}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}},"e":{"docs":{},"r":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}}},"o":{"docs":{},"l":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231}}}},"s":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{"database.html":{"ref":"database.html","tf":0.006825938566552901}}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}},"r":{"docs":{},"e":{"docs":{"development.html":{"ref":"development.html","tf":0.009615384615384616}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.008},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.0020325203252032522}}}}}}},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.024},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465},"associations.html":{"ref":"associations.html","tf":0.006535947712418301},"curd.html":{"ref":"curd.html","tf":0.008130081300813009},"models.html":{"ref":"models.html","tf":0.010101010101010102}}},"y":{"docs":{},"_":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}},"a":{"docs":{},"m":{"docs":{},"r":{"docs":{},"i":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}},"n":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.048},"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"database.html":{"ref":"database.html","tf":0.0034129692832764505}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"associations.html":{"ref":"associations.html","tf":0.05010893246187364},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.00202020202020202}},"e":{"docs":{},"i":{"docs":{},"d":{"docs":{"associations.html":{"ref":"associations.html","tf":0.008714596949891068}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"development.html":{"ref":"development.html","tf":0.009615384615384616}}}}}}}},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"development.html":{"ref":"development.html","tf":0.014423076923076924}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}},"w":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.014354066985645933},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.008}}}}},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.02735562310030395},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.02184959349593496},"development.html":{"ref":"development.html","tf":0.009615384615384616},"models.html":{"ref":"models.html","tf":0.00202020202020202}},";":{"2":{"2":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"4":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.008}},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"i":{"docs":{},"d":{"docs":{},")":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"j":{"docs":{},"i":{"docs":{},"n":{"docs":{},"z":{"docs":{},"h":{"docs":{},"u":{"docs":{},"/":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008},"database.html":{"ref":"database.html","tf":0.010238907849829351}}}}}}},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008},"database.html":{"ref":"database.html","tf":0.006825938566552901}}}}}}}}}}}}},"m":{"docs":{},"s":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}},"y":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.006825938566552901}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.006825938566552901}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}}}}}}}}}},"g":{"docs":{},"o":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}}},"l":{"1":{"2":{"1":{"2":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.016}}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},";":{"docs":{},".":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"i":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},".":{"docs":{},"d":{"docs":{},"b":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}}}}}}},"x":{"docs":{},"t":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}},"\\":{"docs":{},"r":{"docs":{},"\\":{"docs":{},"n":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.006097560975609756}}}}}}}}}}}},"j":{"docs":{},"i":{"docs":{},"n":{"docs":{},"z":{"docs":{},"h":{"docs":{},"u":{"docs":{"curd.html":{"ref":"curd.html","tf":0.004573170731707317}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.012195121951219513},"development.html":{"ref":"development.html","tf":0.004807692307692308},"models.html":{"ref":"models.html","tf":0.00202020202020202}},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"curd.html":{"ref":"curd.html","tf":0.001524390243902439}},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},".":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"(":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"{":{"docs":{},"a":{"docs":{},"g":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"s":{"docs":{},"(":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"{":{"docs":{},"a":{"docs":{},"g":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"@":{"docs":{},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"j":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"j":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}},";":{"docs":{},".":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},",":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}},":":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"@":{"docs":{},"/":{"docs":{},"d":{"docs":{},"b":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"?":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"=":{"docs":{},"u":{"docs":{},"t":{"docs":{},"f":{"8":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"=":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"=":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"=":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"models.html":{"ref":"models.html","tf":0.00202020202020202}},";":{"docs":{},")":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}}}},"_":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}}},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.002540650406504065},"database.html":{"ref":"database.html","tf":0.006825938566552901}},";":{"docs":{},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}},"%":{"docs":{},"j":{"docs":{},"i":{"docs":{},"n":{"docs":{},"%":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}},"h":{"docs":{},"u":{"docs":{},"%":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}},"z":{"docs":{},"h":{"docs":{},"u":{"docs":{},"%":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},";":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}}}}}},",":{"2":{"0":{"docs":{},",":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"j":{"docs":{},"i":{"docs":{},"n":{"docs":{},"z":{"docs":{},"h":{"docs":{},"u":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"a":{"docs":{},"g":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}},"n":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"=":{"docs":{},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"b":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}},";":{"docs":{},")":{"docs":{},".":{"docs":{},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},"i":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439},"database.html":{"ref":"database.html","tf":0.013651877133105802}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"_":{"docs":{},"e":{"docs":{},"x":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.006097560975609756}},";":{"docs":{},"}":{"docs":{},")":{"docs":{},".":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"(":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"{":{"docs":{},"a":{"docs":{},"g":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"s":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"{":{"docs":{},"a":{"docs":{},"g":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}},"p":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}},"p":{"docs":{},"a":{"docs":{},"i":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0020325203252032522},"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}},"s":{"docs":{},"h":{"docs":{},"i":{"docs":{},"p":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},"p":{"docs":{},"e":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}}}},"u":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"z":{"docs":{},"h":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}},"/":{"docs":{},"t":{"docs":{},"m":{"docs":{},"p":{"docs":{},"/":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},".":{"docs":{},"d":{"docs":{},"b":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.006825938566552901}}}}}}}}}}}}}}},"_":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"f":{"docs":{},"t":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"callbacks.html":{"ref":"callbacks.html","tf":0.02072538860103627},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.011178861788617886},"development.html":{"ref":"development.html","tf":0.03365384615384615},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.008},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.008},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}},"a":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"development.html":{"ref":"development.html","tf":0.014423076923076924}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"h":{"docs":{},"i":{"docs":{},"p":{"docs":{"associations.html":{"ref":"associations.html","tf":0.008714596949891068},"models.html":{"ref":"models.html","tf":0.010101010101010102}}}}}}}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.014735772357723578},"models.html":{"ref":"models.html","tf":0.00808080808080808}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"models.html":{"ref":"models.html","tf":0.012121212121212121}}}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"associations.html":{"ref":"associations.html","tf":0.006535947712418301},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"development.html":{"ref":"development.html","tf":0.004807692307692308},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0121580547112462},"curd.html":{"ref":"curd.html","tf":0.003048780487804878}}}}},"e":{"docs":{},"t":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.015197568389057751},"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"callbacks.html":{"ref":"callbacks.html","tf":0.025906735751295335},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.00508130081300813},"models.html":{"ref":"models.html","tf":0.006060606060606061}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"v":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}}}}}},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"associations.html":{"ref":"associations.html","tf":0.006535947712418301},"development.html":{"ref":"development.html","tf":0.014423076923076924}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}},"g":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.038461538461538464}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}},"a":{"docs":{},"w":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0121580547112462},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}},"n":{"docs":{},"g":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}},"o":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"callbacks.html":{"ref":"callbacks.html","tf":0.025906735751295335}}}}}}},"e":{"docs":{"curd.html":{"ref":"curd.html","tf":0.002540650406504065}}}},"w":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0121580547112462},"curd.html":{"ref":"curd.html","tf":0.001524390243902439},"development.html":{"ref":"development.html","tf":0.019230769230769232}},".":{"docs":{},"s":{"docs":{},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}}}}}},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"s":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465}}}}}},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465},"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}}}}},"s":{"docs":{},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231}}}}}}}}}}}}}}}},"a":{"docs":{},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}},"_":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}},"u":{"docs":{},"n":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465},"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"development.html":{"ref":"development.html","tf":0.009615384615384616}}}}},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.0182370820668693},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.009146341463414634},"database.html":{"ref":"database.html","tf":0.006825938566552901},"models.html":{"ref":"models.html","tf":0.00202020202020202}},".":{"docs":{},"d":{"docs":{},"b":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0121580547112462}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0364741641337386}}}}},"n":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"6":{"4":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}},"docs":{}},"docs":{}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"3":{"docs":{"database.html":{"ref":"database.html","tf":0.006825938566552901}}},"docs":{}}}}}},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008},"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"development.html":{"ref":"development.html","tf":0.009615384615384616}}}},"t":{"docs":{},"e":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}}},"u":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465},"associations.html":{"ref":"associations.html","tf":0.04357298474945534},"curd.html":{"ref":"curd.html","tf":0.0020325203252032522},"models.html":{"ref":"models.html","tf":0.030303030303030304}},"{":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"j":{"docs":{},"i":{"docs":{},"n":{"docs":{},"z":{"docs":{},"h":{"docs":{},"u":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"associations.html":{"ref":"associations.html","tf":0.054466230936819175},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.009654471544715448},"models.html":{"ref":"models.html","tf":0.03434343434343434}}}}}},"o":{"docs":{},"p":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}},"r":{"docs":{},"e":{"docs":{"models.html":{"ref":"models.html","tf":0.012121212121212121}}}}}},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465},"curd.html":{"ref":"curd.html","tf":0.0020325203252032522}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"development.html":{"ref":"development.html","tf":0.004807692307692308}},".":{"docs":{},"d":{"docs":{},"b":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"(":{"docs":{},"u":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"r":{"docs":{},"y":{"docs":{},"p":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},".":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},".":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"database.html":{"ref":"database.html","tf":0.006825938566552901}}}}}}},"e":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0121580547112462},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.013211382113821139},"models.html":{"ref":"models.html","tf":0.03232323232323232}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.008714596949891068},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"curd.html":{"ref":"curd.html","tf":0.03556910569105691}}}}},"f":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.015544041450777202}}}}},"h":{"docs":{},"i":{"docs":{},"p":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"p":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.00202020202020202}},"i":{"docs":{},"d":{"docs":{"models.html":{"ref":"models.html","tf":0.00404040404040404}}}}}}}}}}}}}}}}},"o":{"docs":{},"w":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"curd.html":{"ref":"curd.html","tf":0.0020325203252032522}}}}},"m":{"docs":{},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}},"z":{"docs":{},"e":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"associations.html":{"ref":"associations.html","tf":0.006535947712418301}},"e":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}},"f":{"docs":{},"t":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.002540650406504065},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"f":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231}},"i":{"docs":{"associations.html":{"ref":"associations.html","tf":0.015250544662309368},"curd.html":{"ref":"curd.html","tf":0.003556910569105691}}}},"a":{"docs":{},"l":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"database.html":{"ref":"database.html","tf":0.006825938566552901}}}}}}},"r":{"docs":{},"e":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}},"m":{"docs":{},"(":{"docs":{},"a":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"x":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}},"b":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"models.html":{"ref":"models.html","tf":0.00202020202020202}}},"p":{"docs":{},"l":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}},"v":{"docs":{},"e":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.031088082901554404},"curd.html":{"ref":"curd.html","tf":0.00508130081300813},"models.html":{"ref":"models.html","tf":0.00202020202020202}},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}}}}}}},"_":{"docs":{},"k":{"docs":{},"_":{"docs":{},"u":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}},"k":{"docs":{},"u":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}},"i":{"docs":{},"p":{"docs":{"curd.html":{"ref":"curd.html","tf":0.003556910569105691}}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}},"s":{"docs":{},"l":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"=":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505},"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{"models.html":{"ref":"models.html","tf":0.00404040404040404}}}}}}},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008}}}},"x":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.0243161094224924},"callbacks.html":{"ref":"callbacks.html","tf":0.05181347150259067},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}},"u":{"docs":{},"e":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"models.html":{"ref":"models.html","tf":0.00202020202020202}},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"2":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}},"docs":{}}}}}}}}}}}}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"associations.html":{"ref":"associations.html","tf":0.05664488017429194},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"curd.html":{"ref":"curd.html","tf":0.0020325203252032522},"database.html":{"ref":"database.html","tf":0.010238907849829351},"development.html":{"ref":"development.html","tf":0.004807692307692308},"models.html":{"ref":"models.html","tf":0.03232323232323232}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"curd.html":{"ref":"curd.html","tf":0.001524390243902439},"database.html":{"ref":"database.html","tf":0.05802047781569966},"development.html":{"ref":"development.html","tf":0.004807692307692308},"models.html":{"ref":"models.html","tf":0.01616161616161616}},"e":{"docs":{},"(":{"docs":{},"i":{"docs":{},"d":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"models.html":{"ref":"models.html","tf":0.006060606060606061}}}}}}}},"g":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.006060606060606061}}}},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"models.html":{"ref":"models.html","tf":0.024242424242424242}},".":{"docs":{},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"models.html":{"ref":"models.html","tf":0.01616161616161616}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}},"x":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"(":{"docs":{},"u":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"associations.html":{"ref":"associations.html","tf":0.006535947712418301},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.002540650406504065},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}},"o":{"docs":{},"y":{"docs":{"associations.html":{"ref":"associations.html","tf":0.010893246187363835}}},"d":{"docs":{},"b":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}},"a":{"docs":{},"y":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{},")":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"h":{"docs":{},"a":{"docs":{},"v":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"s":{"docs":{},"u":{"docs":{},"m":{"docs":{},"(":{"docs":{},"a":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.008},"callbacks.html":{"ref":"callbacks.html","tf":0.02072538860103627},"models.html":{"ref":"models.html","tf":0.00202020202020202}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.008},"associations.html":{"ref":"associations.html","tf":0.013071895424836602},"models.html":{"ref":"models.html","tf":0.010101010101010102}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008}}}}},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}},"f":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.003048780487804878}}}}}}},"k":{"docs":{},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}},")":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"database.html":{"ref":"database.html","tf":0.010238907849829351}}}}}}}}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"database.html":{"ref":"database.html","tf":0.006825938566552901},"models.html":{"ref":"models.html","tf":0.00404040404040404}},"e":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"models.html":{"ref":"models.html","tf":0.00404040404040404}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"t":{"docs":{"./":{"ref":"./","tf":0.016},"callbacks.html":{"ref":"callbacks.html","tf":0.031088082901554404},"changelog.html":{"ref":"changelog.html","tf":0.019138755980861243},"curd.html":{"ref":"curd.html","tf":0.034552845528455285},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"development.html":{"ref":"development.html","tf":0.009615384615384616},"models.html":{"ref":"models.html","tf":0.006060606060606061}},"e":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.01616161616161616}}}},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}},"=":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"2":{"0":{"1":{"3":{"docs":{"curd.html":{"ref":"curd.html","tf":0.002540650406504065}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}},"r":{"docs":{"development.html":{"ref":"development.html","tf":0.014423076923076924}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{"development.html":{"ref":"development.html","tf":0.004807692307692308}}}}}}}}}}}}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.008}}}}}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622}}}}}},"s":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00911854103343465},"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"changelog.html":{"ref":"changelog.html","tf":0.023923444976076555},"curd.html":{"ref":"curd.html","tf":0.005589430894308943},"development.html":{"ref":"development.html","tf":0.004807692307692308},"models.html":{"ref":"models.html","tf":0.026262626262626262}},"a":{"docs":{},"g":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}},"e":{"docs":{},"r":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0121580547112462},"associations.html":{"ref":"associations.html","tf":0.037037037037037035},"callbacks.html":{"ref":"callbacks.html","tf":0.02072538860103627},"changelog.html":{"ref":"changelog.html","tf":0.019138755980861243},"curd.html":{"ref":"curd.html","tf":0.047764227642276426},"database.html":{"ref":"database.html","tf":0.020477815699658702},"models.html":{"ref":"models.html","tf":0.020202020202020204}},"s":{"1":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}},"2":{"docs":{"curd.html":{"ref":"curd.html","tf":0.001524390243902439}}},"docs":{},";":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}},".":{"docs":{},"i":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}},"s":{"docs":{},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{},"_":{"docs":{},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"s":{"docs":{},".":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"associations.html":{"ref":"associations.html","tf":0.010893246187363835},"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}}},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"curd.html":{"ref":"curd.html","tf":0.002540650406504065}},",":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}}}},"i":{"docs":{},"d":{"docs":{"associations.html":{"ref":"associations.html","tf":0.013071895424836602},"models.html":{"ref":"models.html","tf":0.00808080808080808}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534}}}}},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"r":{"docs":{},"y":{"docs":{},"p":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"g":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}},"{":{"docs":{},"a":{"docs":{},"g":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}},"i":{"docs":{},"d":{"docs":{"curd.html":{"ref":"curd.html","tf":0.00508130081300813}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"curd.html":{"ref":"curd.html","tf":0.003556910569105691}}}}}},"`":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"database.html":{"ref":"database.html","tf":0.010238907849829351},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}}}}}}}},".":{"docs":{},"i":{"docs":{},"d":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"n":{"docs":{},"l":{"docs":{},"i":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}}}}},"o":{"docs":{},"l":{"docs":{"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}}},"g":{"docs":{},"l":{"docs":{},"i":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}}},"r":{"docs":{},"i":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}}},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}}}}},"v":{"1":{"docs":{},".":{"0":{"docs":{"./":{"ref":"./","tf":0.008},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311}}},"docs":{}}},"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008},"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231},"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.002540650406504065}},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}},"e":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"associations.html":{"ref":"associations.html","tf":0.002178649237472767},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}},"u":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.010362694300518135},"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.01524390243902439},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"models.html":{"ref":"models.html","tf":0.00404040404040404}},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"9":{"9":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}},"docs":{}},"docs":{}}}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676}}}}}},"e":{"docs":{},"w":{"docs":{"development.html":{"ref":"development.html","tf":0.009615384615384616}}}}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"models.html":{"ref":"models.html","tf":0.00404040404040404}}}}}}}}},"w":{"docs":{},"o":{"docs":{},"s":{"docs":{},"m":{"docs":{},"v":{"docs":{},"p":{"docs":{},"@":{"docs":{},"g":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.008}}}}}}}}}}}}}}}},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},";":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"k":{"docs":{"changelog.html":{"ref":"changelog.html","tf":0.004784688995215311},"curd.html":{"ref":"curd.html","tf":0.001524390243902439},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}},"n":{"docs":{},"&":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},";":{"docs":{},"t":{"docs":{"associations.html":{"ref":"associations.html","tf":0.004357298474945534},"changelog.html":{"ref":"changelog.html","tf":0.009569377990430622},"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"database.html":{"ref":"database.html","tf":0.0034129692832764505},"models.html":{"ref":"models.html","tf":0.00404040404040404}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.008},"curd.html":{"ref":"curd.html","tf":0.0005081300813008131},"database.html":{"ref":"database.html","tf":0.010238907849829351},"development.html":{"ref":"development.html","tf":0.014423076923076924},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}}},"a":{"docs":{},"p":{"docs":{"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{"advanced.html":{"ref":"advanced.html","tf":0.0060790273556231}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261}}}}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"callbacks.html":{"ref":"callbacks.html","tf":0.0051813471502590676},"curd.html":{"ref":"curd.html","tf":0.003556910569105691},"development.html":{"ref":"development.html","tf":0.004807692307692308},"models.html":{"ref":"models.html","tf":0.00202020202020202}}}},"r":{"docs":{},"n":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0010162601626016261},"database.html":{"ref":"database.html","tf":0.0034129692832764505}}}}}},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{"curd.html":{"ref":"curd.html","tf":0.0005081300813008131}}}}}}},"length":1531},"corpusTokens":["0","0001","01","01&apo","02","02&apo","02")).update("deleted_at"","1","1"","1").updatecolumn("quantity"","1).find(&users2","1,2","1,2,3","1,2,3,4","10","100","100).row","100).scan(&result","1000","1000"","10:23"","11","111","112","11}).updates(map[string]interface{}{"name"","123","17","18","18}).rowsaffect","1st","2","2&apo","2"","2").find(&users).count(&count","2"}).find(&us","20","20").find(&us","20).delete(&us","20).firstorinit(&us","2000","20}).find(&us","20}).first(&us","20}).firstorcreate(&us","20}).firstorinit(&us","21","21:34:10&apo","22","22}).find(&us","23","255","29","2@example.com"","2@example@example.com"","2nd","3","3).scan(&result","30","30}).firstorcreate(&us","30}).firstorinit(&us","3rd","4,5,6","42).row","4th","99","_","_draft","abil","abov","accord","account","activ","active=tru","actived=fals","add","address","address1","address2","address{address1","advanc","affect","aftercr","aftercreate(scop","aftercreate(tx","afterdelet","afterfind","afterqueri","aftersav","afterupd","ag","age").find(&us","age").row","age").where("nam","age=100","age=18","age=30","age_of_the_beast","aim","alert","alreadi","amount","amountgreaterthan1000(db","amp","amp;ag","amp;email","amp;imag","amp;nam","amp;ord","amp;product","amp;us","anim","animal.nam","animalid","animals("age"","animal{ag","anoth","api","apos;0001","apos;100&apo","apos;2&apo","apos;2013","apos;active&apo","apos;admin&apo","apos;cancelled&apo","apos;db&apo","apos;en&apo","apos;galeone&apo","apos;jinzhu","apos;jinzhu&apo","apos;jinzhu'").or(map[string]interface{}{"name"","apos;jinzhu'").or(user{nam","apos;non_existing&apo","apos;super_admin&apo","apos;tx&apo","apos;user_languages&apo","apos;zh&apo","append","applic","architectur","argument","assgin","assign","associ","attr","attribut","author","auto","automat","automigr","avail","avoid","back","base","batch","bcrypt.generatefrompassword(user.password","beast_id","befor","before/aft","beforecr","beforecreate(scop","beforedelet","beforesav","beforesave(scop","beforeupd","beforeupdate(scop","begin","belong","belongs_to","below","between","billingaddress","billingaddressid","birthday","birthday='2016","blank","bool","break","bridg","builder","built","call","callback","cancel","card","carefulli","case","cat","chain","chainabl","chang","changelog","check","clear","coalesce(age,'42&apo","cod","code","column","column'","combin","come","commit","common","composit","condit","conflict","conflict").create(&product","connect","contain","contributor","convent","convert","correctli","count","creat","create/save/update/delete/find","createanimals(db","created_at","createdat","credit","credit_card","credit_cards.user_id","creditcard","creditcard'","crud","current","custom","customizeaccount","customizeperson","data","databa","databas","database'","database"","date","day_of_the_beast","db","db'","db.automigrate(&us","db.begin","db.callback().create().after("gorm:create").register("update_created_at"","db.callback().create().before("gorm:create").after("gorm:before_create").register("my_plugin:before_create"","db.callback().create().before("gorm:create").register("update_created_at"","db.callback().create().register("update_created_at"","db.callback().create().remove("gorm:create"","db.callback().create().replace("gorm:create"","db.callback().delete().after("gorm:delete").register("my_plugin:after_delete"","db.callback().query().after("gorm:query").register("my_plugin:after_query"","db.callback().rowquery().register("publish:update_table_name"","db.callback().update().before("gorm:update").register("my_plugin:before_update"","db.create(&anim","db.create(&product{cod","db.create(&us","db.createtable(&us","db.db","db.db().ping","db.db().setmaxidleconns(10","db.db().setmaxopenconns(100","db.debug().where("nam","db.delete(&email","db.delete(&product","db.delete(&us","db.delete(email","db.droptable(&us","db.droptable("users"","db.droptableifexists(&us","db.exec("drop","db.exec("upd","db.find(&us","db.find(&users).pluck("age"","db.first(&product","db.first(&us","db.first(&user).limit(10).find(&users).geterror","db.firstorcreate(&us","db.firstorinit(&us","db.hastable(&us","db.hastable("users"","db.joins("join","db.last(&us","db.limit(10).find(&users1).limit","db.limit(3).find(&us","db.logmode(fals","db.logmode(tru","db.model(&product).update("price"","db.model(&product).updatecolumn("quantity"","db.model(&product).updates(map[string]interface{}{"price"","db.model(&product).where("quant","db.model(&user).association("languages"","db.model(&user).association("languages").append([]language{languagezh","db.model(&user).association("languages").append(language{nam","db.model(&user).association("languages").clear","db.model(&user).association("languages").count","db.model(&user).association("languages").delete([]language{languagezh","db.model(&user).association("languages").delete(languagezh","db.model(&user).association("languages").error","db.model(&user).association("languages").find(&languag","db.model(&user).association("languages").replace([]language{languagezh","db.model(&user).association("languages").replace(language{nam","db.model(&user).omit("name").updates(map[string]interface{}{"name"","db.model(&user).related(&card","db.model(&user).related(&credit_card).recordnotfound","db.model(&user).related(&email","db.model(&user).related(&languag","db.model(&user).related(&profil","db.model(&user).select("name").updates(map[string]interface{}{"name"","db.model(&user).set("gorm:update_option"","db.model(&user).update("createdat"","db.model(&user).update("name"","db.model(&user).updatecolumn("name"","db.model(&user).updatecolumns(user{nam","db.model(&user).updates(map[string]interface{}{"name"","db.model(&user).updates(user{nam","db.model(&user).where("act","db.model(&user{}).addforeignkey("city_id"","db.model(&user{}).addindex("idx_user_name"","db.model(&user{}).addindex("idx_user_name_age"","db.model(&user{}).adduniqueindex("idx_user_name"","db.model(&user{}).adduniqueindex("idx_user_name_age"","db.model(&user{}).dropcolumn("description"","db.model(&user{}).modifycolumn("description"","db.model(&user{}).pluck("name"","db.model(&user{}).removeindex("idx_user_name"","db.model(&user{}).where("nam","db.model(user{}).updates(user{nam","db.newrecord(us","db.not("nam","db.not("name"","db.not([]int64{1,2,3}).first(&us","db.not([]int64{}).first(&us","db.not(user{nam","db.offset(10).find(&users1).offset","db.offset(3).find(&us","db.order("ag","db.preload("orders"","db.preload("orders").find(&us","db.preload("orders").preload("profile").preload("role").find(&us","db.preload("orders.orderitems").find(&us","db.raw("select","db.save(&us","db.scanrows(row","db.scopes(amountgreaterthan1000","db.scopes(amountgreaterthan1000).where("statu","db.scopes(orderstatus([]string{"paid"","db.select("nam","db.select([]string{"name"","db.set("gorm:delete_option"","db.set("gorm:insert_option"","db.set("gorm:query_option"","db.set("gorm:save_associations"","db.set("gorm:table_options"","db.setlogger(gorm.logger{revel.trac","db.setlogger(log.new(os.stdout","db.singulartable(tru","db.table("deleted_users").count(&count","db.table("deleted_users").createtable(&us","db.table("deleted_users").find(&deleted_us","db.table("deleted_users").pluck("name"","db.table("deleted_users").where("nam","db.table("orders").select("date(created_at","db.table("users").select("coalesce(age,?)"","db.table("users").select("nam","db.table("users").select("users.nam","db.table("users").where("id","db.table("users").where("nam","db.unscoped().delete(&ord","db.unscoped().model(model).where("deleted_at","db.unscoped().where("ag","db.where(&user{nam","db.where("ag","db.where("amount","db.where("created_at","db.where("email","db.where("nam","db.where("pay_mode_sign","db.where("rol","db.where("st","db.where("updated_at","db.where([]int64{20","db.where(map[string]interface{}{"name"","db.where(user{nam","dbname=gorm","debug","default","defer","defiend","defin","definit","delet","delete'","deleted_at","deleted_at="2013","deleted_us","deletedat","deletedat'","desc","desc").find(&users1).order("age"","desc").order("name").find(&us","descript","description'","destin","detail","develop","diabl","dialect","disabl","doesn't","dog","don't","driver","driver/mysql"","drop","dropcolumn","dynam","each","eager","easier","easili","edger","email","email'","email").row","emails.email","emails.email").joins("left","emails.user_id","email{{email","emb","enabl","encryptedpassword","enough","ensur","err","error","errors.new("read","errors.new("us","errrecordnotfound","even","exampl","exclud","exist","explicitli","express","extend","extra","fals","false).create(&us","false).save(&us","fantast","featur","field","field'","fields'","fill","find","findabl","first","firstorcr","firstorinit","fix","flow","foreign","foreignkey","found","friendli","full","fulli","func","func(*db","function","futur","gener","geterror","github.com/jinzhu/gorm","github.com/jinzhu/gorm/dialects/postgr","given","global","go","golang","golint","good","gorm","gorm'","gorm.db","gorm.expr("null"","gorm.expr("pric","gorm.expr("quant","gorm.model","gorm.open","gorm.open("mysql"","gorm.open("postgres"","gorm.open("sqlite"","gorm.open("sqlite3"","gorm.scop","gorm:"","gorm:"auto_increment"","gorm:"column:age_of_the_beast"","gorm:"column:beast_id"","gorm:"column:day_of_the_beast"","gorm:"column:s_k_u"","gorm:"default:'galeone'"","gorm:"foreignkey:profileid;associationforeignkey:refer"","gorm:"foreignkey:profilerefer"","gorm:"foreignkey:userid;associationforeignkey:refer"","gorm:"foreignkey:userrefer"","gorm:"index"","gorm:"index:idx_name_code"","gorm:"many2many:personaccount;associationforeignkey:idaccount;foreignkey:idperson"","gorm:"many2many:user_languages;"","gorm:"not","gorm:"polymorphic:owner;"","gorm:"primary_key"","gorm:"primary_key:true"","gorm:"size:255"","gorm:"type:varchar(100);unique"","gorm:"type:varchar(100);unique_index"","gorm:creat","gorm:save_associ","greater","grom","group","gt","h_t_t_p","handl","happen","has_mani","has_on","have","haven't","helper","hstore","http","http'","http://github.com/jinzhu","http://twitter.com/zhangjinzhu","https://github.com/jinzhu/gorm/blob/master/dialect.go","https://github.com/jinzhu/gorm/blob/master/logger.go","https://github.com/jinzhu/gorm/graphs/contributor","https://godoc.org/github.com/jinzhu/gorm","id","id=10","id=111","idaccount","idperson","idx_user_nam","idx_user_name_ag","ignor","ignorem","import","includ","index","init","initi","inject","inlin","inner","insert","instal","instanc","instead","int","int64","int64{11,22,33","interfac","interface{}{&us","int{10","it'","iter","itself","jinzhu","jinzhu&apo","join","keep","key","l1212","languag","languagecod","languageen","language{{nam","last","lastweek","lastweek).find(&us","less","librari","licens","limit","load","log","logger","logic","look","lt","lt;>","made","main","make","mani","many2mani","map","map[string]interfac","map[string]interface{}{"age"","map[string]interface{}{"name"","match","mdoel'","mean","method","migrat","miss","mit","mode","model","model'","modifi","modifycolumn","more","move","mssql","multipl","mysql","name","name'","name").find(&us","name,billing_address_id,shipping_address_id","name='hello&apo","name='jinzhu","necessari","need","nest","new","newcreatefunct","nil","non","none","not(nam","note","noth","now.mustparse("0001","nowfunc","null","null"","null;unique"","nullabl","num","number","object","offici","offset","omit","on","onc","ondelet","onupd","oper","operation'","optim","option","order","orderstatus(statu","orm","out","overrid","overview","overwrit","ownerid","ownertyp","packag","paid","paidwithcod(db","paidwithcod).find(&ord","paidwithcreditcard(db","paidwithcreditcard).find(&ord","panic("fail","param","paramet","parsetim","pass","path","perform","perman","ping","plain","pluck","plugin","plural","point","pointer","polymorph","pool","post","postgresql","power","pre","preload","priamri","price","primari","primary_key","print","process","product","product'","profil","profileid","profileref","protect","pw","quantiti","queri","quick","quot","quot;%jin%").find(&us","quot;%jinhu%"","quot;%jinzhu%"","quot;%jinzhu%").delete(email","quot;"","quot;,"jinzhu").where("ag","quot;,20,"admin").find(&us","quot;/tmp/gorm.db"","quot;22").find(&us","quot;411111111111").find(&us","quot;\\r\\n"","quot;_draft"","quot;active").preload("orders"","quot;actived"","quot;addresses"","quot;admin"","quot;admin").or("rol","quot;admin_users"","quot;age"","quot;age"}).find(&us","quot;bil","quot;c"","quot;cancelled").find(&us","quot;cities(id)"","quot;cod","quot;code"","quot;creditcard"","quot;de"","quot;email","quot;emails"","quot;en"","quot;engine=innodb"","quot;engine=innodb").automigrate(&us","quot;engine=innodb").createtable(&us","quot;for","quot;giraffe"}).error","quot;github.com/go","quot;github.com/jinzhu/gorm"","quot;github.com/jinzhu/gorm/dialects/mssql"","quot;github.com/jinzhu/gorm/dialects/mysql"","quot;github.com/jinzhu/gorm/dialects/postgres"","quot;github.com/jinzhu/gorm/dialects/sqlite"","quot;github.com/jinzhu/now"","quot;hello","quot;hello"","quot;id"","quot;jinzhu","quot;jinzhu"","quot;jinzhu").count(&count","quot;jinzhu").delet","quot;jinzhu").find(&us","quot;jinzhu").first(&us","quot;jinzhu").first(&user).error","quot;jinzhu").or("nam","quot;jinzhu").row","quot;jinzhu").select("nam","quot;jinzhu"}).assign(user{ag","quot;jinzhu"}).attrs(user{ag","quot;jinzhu"}).first(&us","quot;jinzhu"}).firstorcreate(&us","quot;jinzhu"}).firstorinit(&us","quot;jinzhu@example.com"","quot;jinzhu@example.org").joins("join","quot;l1212"","quot;languages"","quot;languages"."id"","quot;lion"}).error","quot;nam","quot;name"","quot;non_existing"","quot;non_existing"}).assign(user{ag","quot;non_existing"}).attrs("age"","quot;non_existing"}).attrs(user{ag","quot;on","quot;opt","quot;paid").preload("orders.orderitems").find(&us","quot;price"","quot;products"","quot;profiles"","quot;quantity"","quot;restrict"","quot;ship","quot;shipped"})).find(&ord","quot;stat","quot;super_admin").find(&us","quot;super_admin").not("nam","quot;test.db"","quot;text"","quot;updated_at"","quot;user:password@/dbname?charset=utf8&parsetime=true&loc=local"","quot;user=gorm","quot;user_id","language_id"","quot;user_languages"","quot;user_languages"."language_id"","quot;user_languages"."user_id"","quot;users"","quot;zh"","rang","raw","read","record","record'","recordnotfound","refer","regardless","regist","relat","relationship","releas","reload","rememb","remov","renam","reorder","replac","request","reset","result","retriev","return","role","rollback","row","row.scan(&nam","row_queri","rows.clos","rows.next","rows.scan(&nam","rowsaffect","run","s_k_u","same","sampl","save","save/delet","scan","schema","scope","scope.db().model(u).update("role"","scope.hascolumn("created"","scope.search.table(scope.tablenam","scope.setcolumn","scope.setcolumn("created"","scope.setcolumn("encryptedpassword"","scope.setcolumn("id"","script","select","self","set","ship","shipped_at","shippingaddress","shippingaddressid","show","similar","singl","size","skip","sku","slice","snake","soft","someth","sourc","source'","special","specif","specifi","sql","sql.db","sql.nullint64","sql.nullstr","sql.row","sqlite3","sslmode=disable"","start","state","statement","statu","stop","store","string","string{"jinzhu"","struct","subscrib","suffix","sum(amount","support","sure","tabl","table(id","tablenam","tag","test","text","thing","those","throw","time","time.now","time.tim","timestamp","today).find(&us","todbnam","total","total").group("date(created_at)").having("sum(amount","total").group("date(created_at)").row","toy","transact","true","true).find(&users2","true).update("name"","tx","tx.commit","tx.creat","tx.create(&animal{nam","tx.model(u).update("role"","tx.rollback","type","u","u.id","u.readonli","u.rol","ugli","uint","under","unfound","uniqu","unique_index","unknown","unknown)").delete(&email","unknown)").update("nam","unless","unscop","unsupport","unus","upda","updat","update").first(&us","updatecolumn","updatecr","updatecreated(scop","updated_at","updated_at='2013","updatedat","updatetablenam","updatetablename(scop","upgrad","upper","uri","us","usag","user","user'","user"","user.ag","user.encryptedpassword","user.nam","user_id","user_id,email","user_languag","user`'","userid","userref","users.id","users.id").row","users.id").scan(&result","users.id").where("credit_cards.numb","users1","users2","users;"","user{ag","user{id","user{nam","uuid.new","v1.0","valid","valu","values('99&apo","var","variabl","variable'","version","view","visibl","want","warn","within","without","won't","work","world").first(&user).recordnotfound","wosmvp@gmail.com","wrap","write","zero"],"pipeline":["trimmer","stopWordFilter","stemmer"]}
\ No newline at end of file