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

[기능]게시판 관리기능 #51

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

[기능]게시판 관리기능 #51

rorlab opened this issue Feb 20, 2014 · 2 comments
Labels

Comments

@rorlab
Copy link
Contributor

rorlab commented Feb 20, 2014

Bulletin 모델을 작성해서 각종 게시판을 관리한다. Post 모델에는 belongs_to :bulletin 라고 관계선언을 추가하고, bulletin_id 라는 외래키가 정의되어 있어야 한다. Bulletin 모델에는 has_many :post, dependent: :destroy 관계선언이 필요하고, 특정 게시판을 삭제할 때 이에 속하는 게시물(posts)들도 삭제하는 옵션인 dependent: :destroy 를 추가했다. 이 때 dependent: :nullify 라고 옵션을 지정하면, 해당 게시판을 삭제시에 그에 속한 게시물들은 삭제되지 않고 외래키인 bulletin_id 값이 null 값으로 변경되기만 한다.

@synthresin
Copy link

준비 상태로 되어있는데, bulletin model 이 존재하는걸 봐선, 진행중으로 바꿔야 할듯 합니다.

@rorlab
Copy link
Contributor Author

rorlab commented May 26, 2014

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

No branches or pull requests

2 participants