• Mehmet Emin INAC's avatar
    Move project shorthand url helper generation from initializers · bc05f258
    Mehmet Emin INAC authored
    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.
    bc05f258
routes.rb 9.12 KB