litespeedtech / ls-cloud-image

GNU General Public License v3.0
36 stars 38 forks source link

BUG: typo in OLS rails example setup #49

Closed climatebrad closed 1 month ago

climatebrad commented 1 month ago

In https://github.com/litespeedtech/ls-cloud-image/blob/6097697cc43f8436cba93fce96a13dde3099cee6/Setup/railssetup.sh#L454

"rails/welcome#index" should be "welcome#index", as

https://github.com/litespeedtech/ls-cloud-image/blob/6097697cc43f8436cba93fce96a13dde3099cee6/Setup/railssetup.sh#L450

generates WelcomeController, not Rails::WelcomeController.

Code-Egg commented 1 month ago

Thanks, just fixed it in the latest commit.