Ruby 【请求支援帖子】请教一下,create_action 是什么意思?

neuman · January 12, 2022 · Last by neuman replied at January 12, 2022 · 310 hits

今天看到了 create_action,但是没有找到对应的方法的定义,求求大佬帮帮忙,告知一下 create_action 函数是什么意思。

def like(likeable)
      return false if likeable.blank?
      return false if likeable.user_id == id
      create_action(:like, target: likeable)
    end

补充一下

在线等大佬,不知道 23:30 前有没有机会得到解答

这样的语法是定义一个方法

def hi()
puts "hello wrold"
end
Reply to zhengpd

好的,谢谢🙏

neuman closed this topic. 12 Jan 23:21
neuman reopened this topic. 12 Jan 23:45

。。。又遇到问题了,想通过 bundle install 安装,结果提示 activesupport-7.0.1 requires ruby version >= 2.7.0, which is incompatible with the current version, ruby 2.3.7p456

有可以不升级 ruby 的解决方法吗?

Reply to neuman

00:00 没人回复就睡觉了

You need to Sign in before reply, if you don't have an account, please Sign up first.