Philographer

# Rails 명령어
# 스캐폴딩
rails scaffold 이름 디비컬럼:형식
ex) rails scaffold book name:string

# 라우트 resources
ex) resources :fan_comments

# 라우트 명령어
rake routes

# 파라미터 제한
params.require(:book).permit(:isbn, :title)


'Ruby On Rails > Ruby' 카테고리의 다른 글

5장, 6장  (0) 2016.01.15
Ruby 4장 클래스 모듈 객체  (0) 2016.01.11
댓글 로드 중…

트랙백을 확인할 수 있습니다

URL을 배껴둬서 트랙백을 보낼 수 있습니다