ruby RubySteps 012 - Rails - 迷你框架片段

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ruby RubySteps 012 - Rails - 迷你框架片段相关的知识,希望对你有一定的参考价值。

module AuthorizedController
  # ... full code in the paid lesson
  
  def show
    resource = resource_by_id

    if resource.viewable_by?(current_user)
      render json: resource
    else
      render text: 'Unauthorized', status: :unauthorized
    end
  end
  
  # ... full code in the paid lesson
end

以上是关于ruby RubySteps 012 - Rails - 迷你框架片段的主要内容,如果未能解决你的问题,请参考以下文章

Faraday::ConnectionFailed, Connection denied - connect(2) for “localhost” port 9200 Error Ruby on Ra

ruby hash

安装 ruby​​racer 时出错

如何在Ruby中编写微服务?

ruby on rials (项目实战技巧)

如何在 Ruby-on-Rails 中生成 PDF 表单