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
Post a Comment