Move project shorthand url helper generation from initializers
Initializers run only once while booting the application therefore on development and test environments, if we add a new route, the shorthand url helpers for `projects` resource will not be available until we reboot the project unless we don't move the logic to correct place.
Showing
Please register or sign in to comment