일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 인프런
- java
- C로 시작하는 컴퓨터 프로그래밍4판
- jsp
- 건담베이스
- Python
- 반다이몰
- 비즈니스일본어
- 건담
- Web
- rails7
- CSS
- 디지몬
- vscode
- 연습문제
- DART
- 一日一つメソッド
- ruby
- rails
- springboot
- メソッド
- html
- 日本語
- Flutter
- 単語
- 일본어
- javascript
- nico
- 자바
- Spring
Archives
- Today
- Total
목록showアクション (1)
AR삽질러
初めてのRuby on Rails ミニQ&Aサイト開発 - create, show(2)
初めてのRuby on Rails ミニQ&Aサイト開発 - 環境構築- create(2) questions_controller.rb class QuestionsController < ApplicationController def index end def show end def new @questions = Question.new end def create # p params p question_params end def edit end def update end def destroy end private def question_params params.require(:question).permit(:title, :name, :content) end end p params, p question_params - ..
Ruby/RubyOnRails-日本語
2024. 1. 3. 16:49