What i want to do is create placement model which will be used to post jobs for 3 fixed categories i.e internship,corporate and freelance.There will be a menu of placement which will have 3 menues as internship,corporate and freelance and based on user selection ,for these 3 categories same job post form will be shown for creating job posts. While showing jobposts diffrent view will be shown based on category.
I am not getting how i should implement this.Whether i should create placement and categories as a different model and give association as has-many categories in placement and belongsto placement in category, but if i do that way,in categories model i have 3 fixed choices and i am not going to accept that choice from user,so how can i add these 3 choices in the model which will be fixed and add jobposts for them categorywise?
How can i implement this placement thing?