Railsのモデルの仕組み
自作
お出かけアプリ
のモデルのファイルを見てみる
code:app/models/place.rb
class Place < ApplicationRecord
end
空だ…!
save メソッド
、
all メソッド
が使えるのはなぜ?
ApplicationRecord クラスを継承しているため
date memo weather といった要素をどこで知るか
データベースから情報を得られる