Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post 모델 및 스펙 작성 #52

Open
rorlab opened this issue Feb 20, 2014 · 0 comments
Open

Post 모델 및 스펙 작성 #52

rorlab opened this issue Feb 20, 2014 · 0 comments

Comments

@rorlab
Copy link
Contributor

rorlab commented Feb 20, 2014

Post 모델은 웹어플리케이션 내의 모든 게시물을 담당한다. 현재 운영 중인 ROR Lab. 어플리케이션은 각종 게시판(Bulletin 모델)을 가지고 있다. 따라서 별도의 Bulletin 모델이 필요하며, Post 모델과는 has_many :post 관계선언이 필요한다. 결국 Post 모델에는 외래키 bulletin_id 필요하다. 관리자 페이지에서는 이 Bulletin 모델을 관리하는 기능이 추가되어야 한다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant