Activerecord Bug

I have just created models/crud with relations. I have two tables: ‘creator’ and ‘creator_type’. When I join these tables using ActiveRecord it throws the following error:




Calling unknown method: backend\models\Creator::getcreator_type()



Of course, the correct method name is ‘getCreatorType’.

Please report to github and include DB name and SQL you’re using to create tables.