AzonMedia / guzaba2

Guzaba Framework v2
MIT License
2 stars 0 forks source link

Rework the code that that controller::ROUTES is moved to controller::CONFIG_DEFAULTS['routes'] #6

Closed kenashkov closed 4 years ago

kenashkov commented 4 years ago

This may bring issues/collisions with ActiveRecord::CONFIG_DEFAULTS['route']... So "route" stays for a single prefix used by the AR, and "routes" for the controllers where they describe every route individually.