このようなNoMethodErrorが出てしまいます。原因がわかりますでしょうか?
NoMethodError: undefined method `set_password' for Service (call 'Service.connection' to establish a connection):Class
Model(Serviceモデルという名前)は以下です
class Service < ApplicationRecord def set_password self.password = p SecureRandom.base64(5) self.save end end
ご回答いただけますと幸いです
あなたの回答
tips
プレビュー