activerecord - Rails related controller structure -


i'm looking suggestions on best way structure relationship between controllers. primary controller rmascontroller. manages crud relating rma's. new rma's, editing rma's, etc. path /rmas

further more there additional option manage settings relating rma's, such hardware types, rma # structure, etc. thinking of making path /rmas/manage. i'm not sure if actions managing rma should part of rmascontroller, or part of new controller together.

any appreciated


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -