일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 인프런
- Web
- ruby
- C로 시작하는 컴퓨터 프로그래밍4판
- Flutter
- jsp
- 一日一つメソッド
- 자바
- 単語
- 일본어
- CSS
- nico
- java
- 건담베이스
- html
- vscode
- javascript
- 디지몬
- 건담
- Python
- rails
- Spring
- 日本語
- DART
- 비즈니스일본어
- メソッド
- 반다이몰
- 연습문제
- springboot
- rails7
Archives
- Today
- Total
목록newアクション (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