Vermonster/copycat

Sort out loading order

Closed this issue · 2 comments

Rails initialization invokes I18n.translate after the engine is loaded. This leads to AR query, which fails if the table doesn't exist, which is the case when the installation migration is running.

during lookup we catch the exception that is caused by this and suppress it if the table doesn't exist.

during lookup we catch the exception that is caused by this and suppress it if the table doesn't exist.