mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Allow annotations to work in symlinked plugins, add binstub (#13635)
This commit is contained in:
@@ -15,7 +15,7 @@ if (Rails.env.development? || Rails.env.test?)
|
||||
'position_in_factory' => "before",
|
||||
'show_indexes' => "true",
|
||||
'simple_indexes' => "false",
|
||||
'model_dir' => ["app/models"] + Dir.glob("plugins/**/app/models"),
|
||||
'model_dir' => ["app/models"] + Dir.glob("plugins/*/app/models"),
|
||||
'include_version' => "false",
|
||||
'require' => "",
|
||||
'exclude_tests' => "true",
|
||||
|
||||
Reference in New Issue
Block a user