In my opinion the main component of my application is the ability to Add, Edit and Delete listings from the agencies website. So my first step here is to create a seperate frontend and backend section. There is some mention of this in the book
Agile Development on Rails. There is a section in here about grouping controllers into modules by doing something similar to this.
script/generate controller Admin::Listings index new create edit update delete
This would allow me to have an admin section to my application that would be seperate from my pages frontend. In this case might be useful, eventhough in the future I have much different plans. Maybe I should post my plans...
0 comments:
Post a Comment