Syosset / syosset

🖥️ The official website of Syosset High School from 2017-2019, powered by Rails 5.
https://web.archive.org/web/20190414065933/https://syosseths.com/
MIT License
9 stars 2 forks source link

Remove the admin namespace #81

Closed kailan closed 6 years ago

kailan commented 6 years ago

Having certain actions on resources in a different namespace fragmented the codebase and made dev work harder. This PR removes the namespace and migrates all of the routes that were in it to the main namespace.

kailan commented 6 years ago

@neiljohari Do you mind giving this a quick test yourself? Just use the majority of content management to verify that it works.